Getting Started
Prerequisites
Before you begin, make sure you have:
Installation
- Clone the repository:
git clone https://github.com/DISC-NU/disc-website.git
cd disc-website
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 to view the website
Development Tools
Recommended VS Code Extensions
Available Scripts
npm run dev- Start development servernpm run build- Create production buildnpm run start- Start production servernpm run lint- Run ESLintnpm run format- Format code with Prettier
Next Steps
- Check out the Project Structure
- Learn about our Components
- Read the Styling Guide