This project is build using Docker and VSCode with remote-containers extension.
This keeps your physical machine cleaner (no need for installing of nodeJS, which will make your machine safer for nodeJS and dependency related vulnerabilities) and your project will play nicer with a cloud.
Ctrl + Shift + P
(on macOS Cmd + Shift + P
),Remote-Containers: Reopen in Container
and press Enter
.yarn install
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
yarn build
You can preview the built app with
yarn preview
. This should not be used to serve your app in production.