Tutorial document store for students
Please ensure you have the following dependencies:
- Node 8.14.0 or 10.14.2
- yarn 1.12.3
- Docker version 18.09.0 (if you want to work with the Docker container)
To build the project locally perform the following steps:
- Clone the repo
git clone https://github.com/ItsMeWithTheFace/til.git
- Add your environment variables into a
.env
file# the .env.example file contains the necessary variables for the app # you'll need to change the dummy values to your own ones cp .env.example .env
- Go into
website/
and install the dependenciescd website/ yarn install
- Run the project
This will start the project at
yarn start
localhost:3000
If you're using Docker use docker-compose at the root directory of the project:
docker-compose up
Which will start the project at localhost:3000