Frontend for ACM Membership Platform
Install the dependencies
# Install Yarn:
$ curl -o- -L https://yarnpkg.com/install.sh | bash
# Install the package dependencies
$ yarn
$ 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
.