https://github.com/maximemaillet/ghost-blog-front
https://github.com/maximemaillet/ghost-blog-front
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maximemaillet/ghost-blog-front
- Owner: MaximeMaillet
- Created: 2019-07-04T14:17:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:40:34.000Z (over 3 years ago)
- Last Synced: 2025-03-02T05:27:50.654Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://deuxmax.fr
- Size: 6.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dev
### Install
```
nvm install
npm install
docker-compose up -d # Go to Ghost admin for configure
cp .env.dist .env # Match to ghost URL
npm start
```