https://github.com/gregorym/gridsome-forestry-starter
https://github.com/gregorym/gridsome-forestry-starter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregorym/gridsome-forestry-starter
- Owner: gregorym
- License: mit
- Created: 2019-10-29T16:50:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:19:49.000Z (over 3 years ago)
- Last Synced: 2025-06-13T04:06:43.681Z (about 1 year ago)
- Language: Vue
- Size: 10 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gridsome x Forestry
A starter-kit by Nichlas W. Andersen
## Development
```bash
# install Gridsome globally
npm install --global @gridsome/cli
# cd into the project directory
cd gridsome-forestry-starter
# install dependencies
npm install
# Start local dev server
gridsome develop
```
## Forestry (Content Management)
This project has been pre-configured to work with Forestry, just import your repository ✨
Any changes you make will be commited back to the repo, and deployed if you're using Netlify.
## Deploy with Netlify
Import your site in Netlify
1. Create a new site in Netlify and import your repository.
2. Set the build command to: `gridsome build`
3. Set the publish directory to: `dist`
That's it, now your site gets deployed automatically on `git push` or when saving documents from Forestry.