The headless rich text editor framework for web artisans.
Go to file
2020-03-04 10:21:48 +01:00
content/posts initial commit 2019-12-07 21:02:22 +01:00
cypress add more tests 2020-03-04 10:21:48 +01:00
packages add more tests 2020-03-04 10:21:48 +01:00
src add first test 2020-03-03 23:34:03 +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 initial commit 2019-12-07 21:02:22 +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 add more tests 2020-03-04 10:21:48 +01:00
README.md initial commit 2019-12-07 21:02:22 +01:00
tsconfig.json add some tests 2019-12-08 00:16:44 +01:00
yarn.lock improve test setup 2020-03-03 23:45:20 +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 🎉🙌