devsonni / Extruder-and-Compressor-Machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneArmy Docs Demo

This repo is for testing the integration of Docusaurus static site generation within the OneArmy platform. The code is hosted at:

https://onearmy.github.io/academy/

Building locally

It isn't particularly well-optimised for external contribution (yet!), but if you really want to try it out:

Installation

  1. Install Node
    Follow instructions at https://nodejs.org/en/download/

  2. Install Yarn
    Follow instructions at https://yarnpkg.com/lang/en/docs/install

  3. Clone the repo
    Either use your favourite git client client or
    git clone https://github.com/onearmy/academy.git

  4. Install website dependencies

cd academy/website

yarn install

Run locally

yarn start

View local changes

The above command will automatically start up a local development server with live-reload, and open in a web browser. Any changes you make should automatically recompile and refresh your browser window

Development

For information on how to develop with docusaurus see:
https://docusaurus.io

Deployment

The site is configured to automatically build whenever changes are made to the master branch, and the generated html is deployed from the gh-pages branch.

You can view build status at https://travis-ci.org/onearmy/academy
You can see live deployment at : https://onearmy.github.io/academy/

Additionally all PRs will have a live preview link created, which can be viewed on the github PR thread.

License

Different parts of this project are under different license conditions

  • Content: All our content is licensed under Creative Commons Attribution - Sharealike International 4.0. You can read a summary of that here, or check out the full license.
  • Code: Code license for the academy site is GPL-3.0 License. "# Extruder-and-Compressor-Machines" "# Extruder-and-Compressor-Machines" "# Extruder-and-Compressor-Machines"

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 50.9%Language:CSS 46.7%Language:HTML 1.8%Language:Dockerfile 0.6%