indigotech / onboard-marcos-peter

0 stars 0 forks source link

Marcos Peter's Onboard's Project

There's my first project inside Taqtile

Environment and tools

First of all run:

git clone git@github.com:indigotech/onboard-marcos-peter.git

After cloning the project you need to ensure that you have Docker installed.

Steps to run and debug

Now it's time to install the dependencies:

npm i

Verify if the Docker is installed correctly and run the docker container:

docker -v
docker-compose up -d

And finally run the project:

npm run start