Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 416 Bytes

membership-portal-ui

Frontend for ACM Membership Platform

Setup

Install the dependencies

# Install Yarn:
$ curl -o- -L https://yarnpkg.com/install.sh | bash
# Install the package dependencies
$ yarn

Development

$ cd ../membership-portal-deployments
$ make

You can access the site from http://localhost:8000 and the app will communicate with the backend directly on port 8080.