- Clone this repository
- Install dependencies:
npm install
- Build:
npm run build
- The
build
directory is now your server. - Create a
.env
file based on theexample.env
file and fill it out in yourbuild
directory. - Start the server with
node index.js
To run the development server:
npm run dev
Feel free to make a PR to contribute features.
MIT License. Please feel more than welcome to use this for your own blog. I will continue to update it as time goes on.