17 lines
278 B
Markdown
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
|
|
```
|