This is the repository for the CLSFramework website. The website is built using Docusaurus, a modern static website generator.
- Clone the repository
- Install the dependencies
npm install- Run the development server
npm start- Open http://localhost:3000 in your browser.
- Run the build command
npm run build- The build files will be in the
builddirectory.
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request