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

16 lines
284 B
Markdown

![HowFeed.biz](./static/logo.png)
A satirical blog with its own lightweight CMS, which all runs on [Sapper](https://sapper.svelte.dev).
## Setup
Requires Node.js and SQLite
Set up `.env.example` as `.env`
```sh
sqlite3 storage/howfeed.db < storage/init.sql
npm i
npm run dev
```