🌐 Live Site: https://manual.shettydev.com/
-
Clone the repository
git clone https://github.com/NEUQ-CS/manual.git cd manual -
Install dependencies
hugo mod get
-
Start development server
make preview # or hugo server -D -
Access local site
Open your browser and visit
http://localhost:1313
# Build production version
make build
# or
hugo --minify
# Clean build files
make cleanThis project is licensed under the MIT License - see the LICENSE file for details.
This software is for educational and communication purposes only. For other uses, such as commercial or research purposes, please obtain team approval. Users bear legal responsibility and the author is not liable.
Tip: If you find this project helpful, please give it a ⭐ Star to show your support!