This is the Shira Website code-base. This website is built using Docusaurus.
yarnThe following environment variables configure the URLs for each environment. Copy .env.example to .env and adjust as needed.
| Variable | Description | Default |
|---|---|---|
SPACE_URL |
Base URL for Shira Space (signup/login) | https://alpha.space.shira.app |
QUIZ_URL |
Base URL for the quiz app | https://alpha.quiz.shira.app |
SPACE_URL='https://space.shira.app' QUIZ_URL='https://quiz.shira.app' yarn startyarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.