Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/acm-uiuc/website
- Owner: acm-uiuc
- Created: 2021-10-28T23:16:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T03:18:39.000Z (20 days ago)
- Last Synced: 2024-10-28T06:56:24.628Z (20 days ago)
- Language: TypeScript
- Homepage: https://acm.illinois.edu
- Size: 40.7 MB
- Stars: 10
- Watchers: 10
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
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.