howfeed/README.md
2020-06-04 23:19:59 -07:00

284 B

HowFeed.biz

A satirical blog with its own lightweight CMS, which all runs on Sapper.

Setup

Requires Node.js and SQLite

Set up .env.example as .env

sqlite3 storage/howfeed.db < storage/init.sql
npm i
npm run dev