The headless rich text editor framework for web artisans.
Go to file
2020-04-13 22:32:39 +02:00
content/posts add basic tab 2020-03-31 19:26:34 +02:00
cypress fix tests 2020-03-11 10:00:19 +01:00
packages add history option interface 2020-04-13 22:32:39 +02:00
src add removeMarks command 2020-04-10 22:34:49 +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 refactoring 2020-04-10 21:37:57 +02: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 refactoring 2020-04-10 21:37:57 +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 🎉🙌