https://github.com/mblode/pepperwood
https://github.com/mblode/pepperwood
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/pepperwood
- Owner: mblode
- Created: 2020-04-24T23:48:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T19:54:16.000Z (over 5 years ago)
- Last Synced: 2025-02-07T20:28:56.094Z (over 1 year ago)
- Language: JavaScript
- Size: 982 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pepperwood
## Installation
- Install node.js (https://nodejs.org/en/download/)
Open up a terminal/command prompt
```
> git clone git@github.com:mblode/pepperwood.git
> cd pepperwood
> npm install
```
Copy contents of .env.example and put it in a file called .env
```
> npm run dev
```
Go to localhost:5000