This is a small personal website.
Installing dependencies:
yarn
Run development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
Run formatter:
yarn run format
Run lint:
yarn run lint
Run check:
yarn run check
# or start a server which
yarn run check:watch
To create a production version of your app:
yarn build
You can preview the production build with yarn preview
.