This is the repository of UB ACM's website, located at https://ubacm.org/.
- Use Yarn to install node_modules
yarn
- Run the development server and Webpack process.
yarn start
- Visit http://localhost:3000/ on your browser.
To deploy the website publicly to www.ubacm.org, simply run the
deploy.sh
script in this repository. You must be a member of the
UBACM leadership group to deploy this, reach out to the current club
Software Engineering Chair or President if you are unable to deploy on
your own.