Skip to content

Chinese Student Association -- a social, cultural, and service orientated organization that strives to promote the Chinese American culture throughout the UCR and Riverside communities

Notifications You must be signed in to change notification settings

acm-ucr/csa-website

Folders and files

NameName
Last commit message
Last commit date
Dec 21, 2024
Dec 21, 2024
Feb 11, 2025
Mar 28, 2025
Mar 30, 2025
Dec 21, 2024
Dec 21, 2024
Dec 21, 2024
Mar 22, 2025
Jan 30, 2025
Dec 21, 2024
Dec 21, 2024
Mar 25, 2025
Mar 25, 2025
Dec 21, 2024
Mar 6, 2025
Dec 21, 2024

Repository files navigation

UCR CSA Website

Next.js TypeScript TailwindCSS Figma
ESLint Prettier GitHub Actions

Figma

UCR CSA Figma Design

Node.js

UCR CSA runs on Node.js Version 20.10.0 and higher. Please ensure you have Node.js installed via the official website.

Next.js

This project is built using Next.js, a React framework. Next.js is automatically installed when you install all dependencies for this project.

Environment Variables

The following environment variables are required and must be stored in an .env file:

N/A

Commands

Dependencies

# Install dependencies
npm i

# Add dependency
npm i <dependency>

# Remove dependency
npm un <dependency>

Running the Website Locally

# Open a browser at localhost:3000
npm run dev

Formatting Code via Prettier

# Rewrite code recursively with proper formatting
npm run format

# Show formatting differences recursively
npm run check

Linting Code via Eslint

npm run eslint

Build the Website

npm run build

About

Chinese Student Association -- a social, cultural, and service orientated organization that strives to promote the Chinese American culture throughout the UCR and Riverside communities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published