Skip to content

nathanjessen/SafeWord

Repository files navigation

Getting Started

This project uses Vite.

Available Scripts

In the project directory, you can run:

yarn dev

Start Vite dev server in the current directory. Will enter the watch mode in development environment and run mode in CI automatically.

The page will reload if you make edits.

yarn build

Builds the app for production to the dist folder. yarn build

yarn preview

Locally preview production build. vite preview

yarn storybook

Start the Storybook dev server for building components in isolation.

yarn build-storybook

Builds the storybook app for production.