mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
The headless rich text editor framework for web artisans.
content/posts | ||
cypress | ||
packages | ||
src | ||
static | ||
.gitignore | ||
cypress.json | ||
gridsome.config.js | ||
gridsome.server.js | ||
lerna.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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
gridsome create my-gridsome-site
to install default startercd my-gridsome-site
to open the foldergridsome develop
to start a local dev server athttp://localhost:8080
- Happy coding 🎉🙌