howfeed/README.md
2020-06-06 15:34:49 -07:00

17 lines
278 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 MongoDB
Create a MongoDB database for howfeed
Set up `.env.example` as `.env`
```sh
npm i
npm run dev
```