Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

oxidizer-rs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

715c15b Â· Oct 4, 2022
Oct 1, 2022
Dec 4, 2021
Aug 1, 2021
May 2, 2022
Aug 13, 2021
Aug 12, 2020
Aug 15, 2020
May 2, 2022
Aug 5, 2020
May 2, 2022
May 2, 2022
Oct 1, 2022
Oct 1, 2022
May 2, 2022
May 2, 2022
May 2, 2022
Oct 4, 2022

Repository files navigation

Website

Website

Website GitHub Workflow Status GitHub license code style: prettier

Introduction

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.

Deployment

The website is automatically deployed to the branch gh-pages on repository oxidizer-rs.github.io each time the main branch receives a new push. The GitHub Action workflow file is stored at .github/workflows/deploy.yml.

Contributing

There are a couple of ways in which you can contribute to the website, for example: