Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.55 KB

CONTRIBUTING.md

File metadata and controls

52 lines (31 loc) · 1.55 KB

CONTRIBUTING

Getting started on your machine

First of all, checkout if git is installed and clone this repo:

git clone git@github.com:gabrielguerrero/ngrx-traits.git

After that, you can choose between an automatic or a manual setup of your development enviroment.

Dev Containers

Dev containers is an open spec which is supported by GitHub Codespaces and other tools.

Devcontainers setup on your machine is based on the same configuration for Github Codespaces. Docker setup is mandatory.

Devcontainers, as open standard, is supporterd by different IDE. If VSCode is your favourite choise, please remember to install Dev Containers Extensions.

Manual setup

If you go for a local configuration, please install NodeJS(lts iron)

After that, install globally Angular CLI:

npm install -g @angular/cli@17.3.3

Move to the root folder of the project and install dependencies:

npm i

Test

npm test