Development | Description |
---|---|
yarn |
Install dependencies |
npm start |
Start application |
localhost:3000 |
localhost testing URL |
Production | Description |
---|---|
npm run build |
Builds out the /dist assets |
The Poster Configurator is a set of .html
, .js
, and .css
files capable of being
hosted in a file storage system such as RackSpace Cloud Files or AWS S3.
-
This repository is set up to automatically to AWS S3 when pushes are made to the master branch.
- You may access the S3 instance at the following URL:
- TBD
- You may access the S3 instance at the following URL:
-
The following environment variables need to be set via GitLab Secrets for this to work:
AWS_ACCESS_KEY_ID AWS_BUCKET AWS_REGION AWS_SECRET_ACCESS_KEY
This project is based on React Slingshot
(FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)
- Follow these steps: facebook/react-native#9309 (comment)
# when executing npm start, you're greeted with the following:
「wdm」: TypeError: Cannot read property 'map' of undefined
at /{path}/{project}/node_modules/hard-source-webpack-plugin/index.js:659:12
at <anonymous>
at process._tickDomainCallback (internal/process/next_tick.js:228:7)
-
If you configured your local through
yarn install
, executenpm i
-
When in doubt,
rm -rf node_modules; npm i