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/.
The website is set up to use GitHub Actions for continuous integration and deployment. To run the website locally for development, follow these steps:
- Clone the Repository:
$ git clone https://github.com/sudo88com/docs.git
$ cd docs
- Install Dependencies:
$ npm install
- 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.
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.
This project is licensed under the MIT License. See the LICENSE file for details.