A simple Phrasebook for travel. Checkout Web app.
Links:
Enable developer mode Developer mode to enable options like download and duplicate books.
Make sure you are on suitable node and pnpm versions. I would recommend using volta.
- Install all dependancies with
pnpm install - Use
pnpm devornpm run devto run the project
use pnpm check or npm run check to check code for issues.
Components can be previewed, tested, and modified in isolation with storybook.
use pnpm storybook or npm run storybook to do so.