Skip to content

sudo88com/docs

Repository files navigation

Website

Deploy to GitHub Pages

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

The site is automatically deployed using GitHub Actions. The output is available at https://sudo88com.github.io/docs/Intro/.

Local Development

The website is set up to use GitHub Actions for continuous integration and deployment. To run the website locally for development, follow these steps:

  1. Clone the Repository:
$ git clone https://github.com/sudo88com/docs.git
$ cd docs
  1. Install Dependencies:
$ npm install
  1. Start the Development Server:
$ npm start

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

Build

To generate the static content for the website:

$ npm run build

This command creates static content in the build directory, which can be served using any static content hosting service.

License

This project is licensed under the MIT License. See the LICENSE file for details.