Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 651 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 651 Bytes

CLSFramework Website

This is the repository for the CLSFramework website. The website is built using Docusaurus, a modern static website generator.

Run the website locally

  1. Clone the repository
  2. Install the dependencies
npm install
  1. Run the development server
npm start
  1. Open http://localhost:3000 in your browser.

Build the website

  1. Run the build command
npm run build
  1. The build files will be in the build directory.

How to contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request