Check it out @ hack.acmucsd.com!
Welcome to ACM Hack's main website! This website serves as an introduction to the Hack community, and provides information about our upcoming events and resources. It's also the primary host of our Hack School curriculum, which is a series of workshops designed to teach students the fundamentals of full-stack development and software engineering.
The content on this website is accessible to anyone, regardless of acceptance to Hack School. Feel free to use this for ACM Projects, personal projects, or just to learn something new!
This project was bootstrapped with Nextra and deployed with Vercel.
We welcome any contributions from the ACM community! If you have ideas for new content to add, feel free to contact us in the ACM Discord or ACM Hack Discord by pinging the @Hack
role, or directly opening up a pull request. If you notice any content errors or have suggestions for improvements, feel free to raise an issue on our repository. Make sure to follow the instructions below to set up your local environment for development.
Prerequisites:
- Node v16.14.0 or higher
- Yarn
First, run yarn
to install the dependencies.
Then, run yarn dev
to start the development server and visit localhost:3000.
To lint, run yarn lint --fix
to run linting and fix auto-fixable problems.