The headless rich text editor framework for web artisans.
Go to file
Philipp Kühn e4e896fe34 refactoring
2020-03-27 13:21:59 +01:00
content/posts refactoring 2020-03-27 13:21:59 +01:00
cypress fix tests 2020-03-11 10:00:19 +01:00
packages update dependencies 2020-03-27 13:18:29 +01:00
src refactoring 2020-03-27 13:21:59 +01:00
static initial commit 2019-12-07 21:02:22 +01:00
.gitignore initial commit 2019-12-07 21:02:22 +01:00
cypress.json add first test 2020-03-03 23:34:03 +01:00
gridsome.config.js add basic style to demo 2020-03-06 11:59:36 +01:00
gridsome.server.js add some tests 2019-12-08 00:16:44 +01:00
lerna.json initial commit 2019-12-07 21:02:22 +01:00
package.json update dependencies 2020-03-27 13:18:29 +01:00
README.md initial commit 2019-12-07 21:02:22 +01:00
tsconfig.json add magic methods 2020-03-11 10:02:47 +01:00
yarn.lock update dependencies 2020-03-27 13:18:29 +01:00

Default starter for Gridsome

This is the project you get when you run gridsome create new-project.

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. gridsome create my-gridsome-site to install default starter
  2. cd my-gridsome-site to open the folder
  3. gridsome develop to start a local dev server at http://localhost:8080
  4. Happy coding 🎉🙌