Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 326 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 326 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.