Skip to content

uclaacm/membership-portal-ui

Repository files navigation

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.