You will need the following things properly installed on your computer.
git clone git@github.com:NYCPlanning/labs-waterfront-access.git
cd labs-waterfront-access
yarn
ember serve
ESLint - We use ESLint with Airbnb's rules for JavaScript projects
eslint
at the command line with the --fix
flag to automatically fix some errors.Testing
ember test --serve
develop
and passes all testsImages associated with each waterfront profile are stored in a Digital Ocean Space (Amazon S3 Equivalent): https://waterfront-access-photos.nyc3.digitaloceanspaces.com/. When a profile is loaded, the app does an API call to get the filenames of any images in the space that begin with the paws_id
. When adding new images to the space, they should be prefixed with the paws_id
, e.g 1010003-SouthStreetSeaportPier17Redevelopment.JPG
yarn lint
yarn lint:fix
ember build
(development)ember build --environment production
(production)Specify what it takes to deploy your app.