Setup project environment variables. We have 2 environments, they share the same values except for a couple of ports.
Copy all *.env.example to *.env for /, /apps/api, /apps/e2e
Fill in missing values for both .env & .env.test with values from https://github.com/codelab-app/env
Read more about environments here:
pnpm to install node_modulespnpm docker:up <service> ...
neo4j, neo4j-test to start outnx serve api to start the Nest.js GraphQL servernx serve web to start the Next.js frontend accessible at http://127.0.0.1:3000/apps<aside>
💡 Do not use localhost, use 127.0.0.1
</aside>
If you want to see what other commands relating to our project can be run, read the following
Our application requires data to be ran, visit /admin
Import DataAdmin data pathImport Admin Data