https://github.com/ryan-haskell/luckydaygaming-cms
The content management part.
https://github.com/ryan-haskell/luckydaygaming-cms
api keystone
Last synced: 3 months ago
JSON representation
The content management part.
- Host: GitHub
- URL: https://github.com/ryan-haskell/luckydaygaming-cms
- Owner: ryan-haskell
- Created: 2018-02-22T02:48:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T23:56:09.000Z (about 7 years ago)
- Last Synced: 2025-03-19T17:48:59.651Z (3 months ago)
- Topics: api, keystone
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucky Day Gaming | CMS
> The content management part.### Local Development
1. __`docker-compose up`__
### Nostalgic Development
1. Make sure you have NodeJS (8.x.x) and MongoDB on your machine.
1. Run `npm install`
1. Run `npm install -g nodemon`
1. Run `nodemon src/keystone.js`