muffin-cli
Version:
The command line utility for building sites using muffin
17 lines (11 loc) • 305 B
Markdown
# Name
Hello, this is a new website!
## Requirements
- [Node.js](https://nodejs.org/en/)
- [MongoDB](https://www.mongodb.org)
- [muffin](http://muffin.cafe)
## Contribute
1. Clone this repo and open it
2. Install all dependencies: `npm install`
3. Start the DB: `mongod`
4. Run the site: `npm start`