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-06 15:34:49 -07:00
|
|
|
Requires Node.js and MongoDB
|
|
|
|
|
|
|
|
Create a MongoDB database for howfeed
|
2020-06-04 21:29:16 -07:00
|
|
|
|
|
|
|
Set up `.env.example` as `.env`
|
2020-06-04 00:59:08 -07:00
|
|
|
|
2020-06-04 19:33:39 -07:00
|
|
|
```sh
|
|
|
|
npm i
|
2020-06-04 00:59:08 -07:00
|
|
|
npm run dev
|
|
|
|
```
|