Skip to content

NeuShore/docs.neushore.dev

Repository files navigation

Website

Website

Website GitHub Workflow Status GitHub license code style: prettier

Deploy

Introduction

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

Installation

$ yarn

Local Development

$ yarn dev

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 brayanbotdev.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:

License

The source code of this website is licensed under the MIT license. The content found inside blog and docs directories are licensed under CC BY-NC-SA unless noted otherwise