Skip to content

openprivacytech/openprivacytech.org

Repository files navigation

Netlify Status

Website

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

Installation

Using Npm:

$ npm install

Local Development

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

Using Npm:

$ npm run start

Build

Using Npm:

$ npm run build

Test your build locally

Using Npm:

$ npm run serve