Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 618 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 618 Bytes

UB ACM Website

This is the repository of UB ACM's website, located at https://ubacm.org/.

Develop

  1. Use Yarn to install node_modules
yarn
  1. Run the development server and Webpack process.
yarn start
  1. Visit http://localhost:3000/ on your browser.

Deploy

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.