-
Install libraries with
yarn install
-
Run locally with:
yarn dev -- --open
-
Build it with:
yarn build
-
You can preview the production build with
yarn preview
- Install node
- Edit the .env file adding:
DB_URI=mongodb://localhost:27017
- You don’t have brew? Find a way to install it, as well as python3
brew tap mongodb/brew
brew install mongodb-community@7.0
brew services start mongodb-community@7.0
- Install the mongodb app
- Download the questions and import them into the mongodb app. You can find them here