Skip to content

silvenon/silvenon.com

Repository files navigation

This is my blog, it's based on the Remix Indie Stack.

What's in here?

Setup

You only need to run this once:

npm run setup

Development

npm run dev

Validate

npm run lint # lint code
npm run pretty # check formatting
npm test # run unit and end-to-end tests
npm run test:unit # run unit tests
npm run test:e2e # run end-to-end tests
npm run typecheck # check types

npm run validate # run all of the above

Build

npm run build

Deployment

Deployment happens automatically after changes are pushed to GitHub.