Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/acm-uiuc/website

The website for ACM@UIUC
https://github.com/acm-uiuc/website

Last synced: about 18 hours ago
JSON representation

The website for ACM@UIUC

Awesome Lists containing this project

README

        

# ACM at UIUC's Website
View the website at [acm.illinois.edu](https://www.acm.illinois.edu/).

The frontend source code for ACM's website is built mainly with TypeScript and [Next.js](https://nextjs.org/). Viewers can learn about our organization, upcoming events, Special Interest Groups, and committees. Sponsors are also listed.

## Contributing

In the project directory, you can run:

### `yarn dev`

Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `yarn build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

### `yarn serve`

Serves the built app in production mode. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### `yarn lint`

Runs ESLint on the project.\
You will see any lint errors in the console.