daviskauffmann / blog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 54.0%Language:EJS 22.8%Language:JavaScript 22.2%Language:Shell 0.6%Language:Dockerfile 0.3%Language:CSS 0.1%