Install and use the required node version through nvm, then manually install yarn:
nvm install && nvm use
npm install --global yarnInstall project dependencies:
yarn installStart the development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --openTo create a production version of your app:
yarn buildYou can preview the production build with yarn preview.
New deployments trigger on new commits to main via GitHub Actions.
- TODO
See the open issues for a list of proposed features (and known issues).
Distributed under the GPL-3.0 license. See LICENSE for more information.