You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Dan Ballard 988d64b4b8
restore spanish server warnings
9 months ago
docs testing title 10 months ago
i18n restore spanish server warnings 9 months ago
src buttons 12 months ago
static clickable links additional 12 months ago
.gitignore cleanup, mroe docs 1 year ago
README.md README add node instructions and our deployment instructions 1 year ago
babel.config.js theme image 12 months ago
crowdin.yml initial docs import + crowdin script 1 year ago
docusaurus.config.js spanish! and updates 9 months ago
package-lock.json initial docs import + crowdin script 1 year ago
package.json initial docs import + crowdin script 1 year ago
sidebars.js test stub 1 year ago

README.md

Website

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

Installation

$ yarn

or

install NVM to manage multiple and new NodeJS versions, and then install NodeJS 16

$ nvm install 16
$ nvm use 16

nvm only works in bash shell

Local Development

$ yarn start

or

$ npm run 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

$ yarn build

or

$ npm run build

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

Deployment

Using git.openprivacy.ca to manage but deployment by push is to a seperate docs server. Add your key to the docusaurus account's .ssh/authorized_keys and then

$ git remote add docs docusaurus@docs.cwtch.im:/home/docusaurus/git/docs.cwtch.im
$ git push docs main