Skip to main content

Getting Started

Prerequisites

Before you begin, make sure you have:

  • Node.js version 18.0 or higher
  • Git for version control
  • A code editor (we recommend VS Code)

Installation

  1. Clone the repository:
git clone https://github.com/DISC-NU/disc-website.git
cd disc-website
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 to view the website

Development Tools

Available Scripts

  • npm run dev - Start development server
  • npm run build - Create production build
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run format - Format code with Prettier

Next Steps