deviloric
/
piracy
Archived
3
0
Fork 0
This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Maximous Black f9bc2f9cdf switch to docusaurus v2 2020-06-11 18:52:21 +05:30
blog switch to docusaurus v2 2020-06-11 18:52:21 +05:30
docs switch to docusaurus v2 2020-06-11 18:52:21 +05:30
src switch to docusaurus v2 2020-06-11 18:52:21 +05:30
static/img switch to docusaurus v2 2020-06-11 18:52:21 +05:30
.gitignore switch to docusaurus v2 2020-06-11 18:52:21 +05:30
README.md switch to docusaurus v2 2020-06-11 18:52:21 +05:30
docusaurus.config.js switch to docusaurus v2 2020-06-11 18:52:21 +05:30
package.json switch to docusaurus v2 2020-06-11 18:52:21 +05:30
sidebars.js switch to docusaurus v2 2020-06-11 18:52:21 +05:30
yarn.lock switch to docusaurus v2 2020-06-11 18:52:21 +05:30

README.md

Website

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

Installation

$ yarn

Local Development

$ yarn start

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

Build

$ yarn build

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

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.