Go to file
Jacob Karlsson cf69bb87d6 Add basic protocol intro 2024-04-11 15:59:05 +02:00
blog init 2023-07-29 16:18:20 +03:00
guide Add basic protocol intro 2024-04-11 15:59:05 +02:00
src Add basic protocol intro 2024-04-11 15:59:05 +02:00
static init 2023-07-29 16:18:20 +03:00
.domains Get deploy to work on codeberg 2024-04-11 15:24:02 +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-lock.json init 2023-07-29 16:18:20 +03:00
package.json init 2023-07-29 16:18:20 +03: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.