Software Engineering II Course from Chulalongkorn University Project
First, run the development server:
- Clone repository
git clone [email protected]:PitiNarak/condormhub-frontend.git
- Install dependencies
pnpm install
- Start the development server
pnpm dev
Script | Description |
---|---|
dev |
Starts the development server with Turbopack |
build |
Builds the application for production |
start |
Starts the production server |
lint |
Runs the linter to check for code issues |
lint:fix |
Runs the linter and fixes any issues |
This project is licensed under the MIT License. See the LICENSE file for details.
Next.js is licensed under the MIT License. See the Next.js License for details.