howfeed/README.md

16 lines
284 B
Markdown
Raw Normal View History

2020-06-04 23:19:59 -07:00
![HowFeed.biz](./static/logo.png)
2020-06-04 00:59:08 -07:00
2020-06-04 21:29:16 -07:00
A satirical blog with its own lightweight CMS, which all runs on [Sapper](https://sapper.svelte.dev).
2020-06-04 00:59:08 -07:00
2020-06-04 19:33:39 -07:00
## Setup
2020-06-04 00:59:08 -07:00
2020-06-04 21:29:16 -07:00
Requires Node.js and SQLite
Set up `.env.example` as `.env`
2020-06-04 00:59:08 -07:00
2020-06-04 19:33:39 -07:00
```sh
2020-06-04 21:29:16 -07:00
sqlite3 storage/howfeed.db < storage/init.sql
2020-06-04 19:33:39 -07:00
npm i
2020-06-04 00:59:08 -07:00
npm run dev
```