Monorepo for NTU SCSE Club's website and related services
The NTU School of Computer Science and Engineering Club Website is a monorepo that contains the source code for the website of the SCSE Club at Nanyang Technological University. It also includes related applications and packages. The project utilizes turborepo to manage the monorepo structure.
To install the NTU School of Computer Science and Engineering Club Website, follow these steps:
Clone the repository:
git clone [repository_url]
Install dependencies:
cd [repository_folder]
yarn install
Run development server:
yarn dev
Build production bundles:
yarn build
Lint the codebase with eslint:
yarn lint
Format the codebase with prettier:
yarn format
Run unit tests:
yarn test
Run end-to-end tests with Cypress:
yarn cypress
The NTU School of Computer Science and Engineering Club Website is a comprehensive project that includes a CMS & Admin Panel, a merchandise store backend, and the main website built with Next.js. The project also provides various packages for custom ESLint configuration, logging, schemas, TypeScript configuration, and UI components. The installation guide provides step-by-step instructions for setting up and running the project for development and production environments. Overall, this project serves as a functional and versatile web solution for the SCSE Club at NTU.