Docusaurus

A sample Docusaurus app for KintoHub

๐Ÿš€ Deploying on KintoHub#

  • Service Type: Static Site
  • Repo: https://github.com/kintoproj/kinto-examples
  • Subfolder Path: ./docusaurus
  • Branch: main
  • Language: NodeJS
  • Version: 10
  • Build: cd website && npm install && npm run build
  • Build Output Path: ./website/build/test-site/

This will take a few minutes to deploy. Then click on the Access tab and copy the External Access URL to see the Docusaurus App.

๐Ÿ”จ Running locally#

Pre-requisites: NodeJS v10+

  • Clone the repository to a folder of choice.
$ git clone https://github.com/kintoproj/kinto-examples
$ cd kinto-examples/docusaurus/website
  • Install the dependencies
$ npm install
  • Build the app
$ npm run build
  • To start the app
$ npm run start

๐Ÿš‘ Support#

Slack: https://join.slack.com/t/kintogoons/shared_invite/zt-mu6bvg79-BmkkdMRRwohJioZggXVYeA