This monorepo contains the source code for the website of the School of Computer Science and Engineering Club (SCSE Club) at Nanyang Technological University (NTU), along with related applications and packages.
This repo uses turborepo to manage the monorepo. You can find more information about turborepo at https://turborepo.com
- cms: The CMS & Admin Panel for the SCSE Club website
- merch: Backend for the merchandise store for the SCSE Club
- web: The SCSE Club website, built with Next.js
- eslint-custom-config: Custom ESLint config for SCSE Club projects
- nodelogger: A simple logger for Node.js
- schemas: Schemas for SCSE Club projects
- tsconfig: Custom TypeScript config for SCSE Club projects
- types: Types for SCSE Club projects
- ui: UI components for SCSE Club projects
yarn dev
: Run the development serversyarn build
: Build the production bundlesyarn lint
: Lint the codebase with eslintyarn format
: Format the codebase with prettieryarn test
: Run unit testsyarn cypress
: Run end-to-end tests
You can view all the scripts in the root package.json
file.
Apache-2.0