Go to file
Jacob Karlsson f14b596916 Remove example guides 2024-06-10 16:58:01 +02:00
blog init 2023-07-29 16:18:20 +03:00
guide Remove example guides 2024-06-10 16:58:01 +02:00
src Add basic protocol intro 2024-04-11 15:59:05 +02:00
static Move .domains file to static dir 2024-05-05 15:35:08 +02:00
.gitignore init 2023-07-29 16:18:20 +03:00
README.md Add basic protocol intro 2024-04-11 15:59:05 +02:00
SKETCH.md first draft of content 2023-07-30 14:30:25 +03:00
babel.config.js init 2023-07-29 16:18:20 +03:00
docusaurus.config.js Add basic protocol intro 2024-04-11 15:59:05 +02:00
package.json init 2023-07-29 16:18:20 +03:00
pnpm-lock.yaml Remove example guides 2024-06-10 16:58:01 +02:00
sidebars.js init 2023-07-29 16:18:20 +03:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm i

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ npm run deploy

This builds and puts the built files into the pages branch and pushes it to codeberg which updates production.