Skip to content

Files

Latest commit

 

History

History
This branch is 1090 commits behind defstudio/telegraph:main.

docs

Telegraph Docs

Setup

Install dependencies:

npm install

Development

npm run dev

Static Generation

This will create the dist/ directory for publishing to static hosting:

npm run generate

To preview the static generated app, run npm run start

Deployment to Github Pages

This will copy the dist/ directory with static files to Github Pages branch and push it:

npm run deploy

For detailed explanation on how things work, checkout nuxt/content and @nuxt/content theme docs.