Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 508 Bytes

File metadata and controls

53 lines (34 loc) · 508 Bytes

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