264 B
264 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