Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milkyskies/gridsome-forestry-starter


https://github.com/milkyskies/gridsome-forestry-starter

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        



Gridsome x Forestry


A starter-kit by Nichlas W. Andersen



Netlify Status

## 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
npm run 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.


Import this project into Forestry

## 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.