New-CSEC-Website is a modern web application built using Nuxt.js and NuxtUI. It leverages the power of bun as a package manager to streamline development and build processes.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/New-CSEC-Website.git
cd New-CSEC-Website
- Install dependencies using bun:
bun install
- Run the development server:
bun run dev
- Open your browser and navigate to
http://localhost:3000
to see the application in action.
The following scripts are available in the project:
- Build the project:
bun run build
- Run the development server:
bun run dev
- Generate static files:
bun run generate
- Preview the production build:
bun run preview
- Prepare the project:
bun run postinstall
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.