Skip to content

nirnejak/typography-showcase

Repository files navigation

Typography Showcase


Development

Run the dev server:

npm run dev

Lint all the files:

npm run lint

Format all files with Prettier:

npm run format

Check TypeScript issues

npm run type-check

Deployment

First, build your app for production:

npm run build

Then run the app in production mode:

npm start