Thanks to visit codestin.com
Credit goes to github.com

Skip to content

NEUQ-CS/manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEUQ Computer Science Survival Manual

CI Dependabot Updates CodeQL License Hugo

🌐 Live Site: https://manual.shettydev.com/

Local Development

Prerequisites

  • Hugo (Extended version)
  • Go 1.21+
  1. Clone the repository

    git clone https://github.com/NEUQ-CS/manual.git
    cd manual
  2. Install dependencies

    hugo mod get
  3. Start development server

    make preview
    # or
    hugo server -D
  4. Access local site

    Open your browser and visit http://localhost:1313

Build and Deploy

# Build production version
make build
# or
hugo --minify

# Clean build files
make clean

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer

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!

Contributors 5