- Run
yarn
to install the dependencies. - Run the API at
localhost:3000
- Set the following environnement variables in
.env.development
(place this file at your project root)
VITE_PORT=3113
VITE_ENABLE_MOCK_API=false
VITE_GRAASP_API_HOST=http://localhost:3000
VITE_GRAASP_AUTH_HOST=http://localhost:3001
VITE_GRAASP_PLAYER_HOST=http://localhost:3112
VITE_GRAASP_LIBRARY_HOST=http://localhost:3005
VITE_GRAASP_BUILDER_HOST=http://localhost:3111
- Run
yarn start
. The client should be accessible atlocalhost:3113