/blog

Trying to make a blog, but mostly making a blog platform while being too lazy to actually fill it with content.

Primary LanguageTypeScript

Blog

It's my blog.

Getting Started

Copy example.env and rename to .env. Fill out the variables with the appropriate values.

Install dependencies

npm install

Build

npm run build

To watch for changes to source files:

npm run build:watch

Run

npm start

To watch for changes to built files:

npm run start:watch

Test

To run the linter:

npm run lint

Clean

To clean all build output:

npm run clean