16 lines
284 B
Markdown
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
|
|
```
|