This github repository contains the source code for the JS-CMP website, built using Next.js. The website serves as a platform to showcase the capabilities and provides information about its features, installation, and usage.
- Server-side rendering with Next.js
- Static site generation support
- Hosted on GitHub Pages for easy access
To run this project locally, you need to have Node.js installed. You can download it from here.
-
Clone the repository:
git clone https://github.com/JS-CMP/web
-
Navigate into the project folder:
cd web
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to see the app in action.
- Build the app:
npm run build
The app is accessible at https://js-cmp.github.io/web/.
Feel free to fork the repository and submit pull requests. If you find any bugs or have suggestions for improvements, please open an issue.