Skip to content

csecclub/New-CSEC-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New-CSEC-Website

Overview

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.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/New-CSEC-Website.git
cd New-CSEC-Website
  1. Install dependencies using bun:
bun install
  1. Run the development server:
bun run dev
  1. Open your browser and navigate to http://localhost:3000 to see the application in action.

Scripts

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

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.