Fork this repo.
To start developing locally, you should create a .env.local
file in your root folder with the
following content:
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_ENABLE_MOCK_API=true
VITE_GRAASP_APP_KEY=<key>
Make sure you have node
and yarn
installed on your local machine otherwise go
here and install them;
then run yarn
from the project directory to install all dependencies.
Navigate to the cloned or forked project directory using the command line, type yarn start
and
the project will automatically run on localhost:3000
.