Trailmap helps uses find bike, walking, hiking, and other trails in the Metro Boston region.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorynpm install
bower install
ember server
This app deploys with Pagefront. To be able to deploy to trailmap.mapc.org, you need access to the app on
Pagefront. Once you have access (through an MAPC admin or member of Digital Services), you need to create a file called .env.deploy.production
. In there, you will need to specify your Pagefront key. The file will simply look something like this:
PAGEFRONT_KEY=asdfb-12345-random-characters-12345
From there, run ember deploy production
.