The headless rich text editor framework for web artisans.
Go to file
Philipp Kühn 13cb03f93b fix bold
2020-03-31 00:07:18 +02:00
content/posts remove 2020-03-30 11:15:17 +02:00
cypress fix tests 2020-03-11 10:00:19 +01:00
packages fix bold 2020-03-31 00:07:18 +02:00
src add italic 2020-03-31 00:07:12 +02: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 rename package folders 2020-03-30 10:42:59 +02:00
lerna.json initial commit 2019-12-07 21:02:22 +01:00
package.json update dependenceis 2020-03-27 22:04:28 +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 add comments 2020-03-30 11:25:07 +02: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 🎉🙌