CSCE 411 (Data Modeling) Final Project
Source file guidance can be found at ./src/README.md
View our site at: http://csce411final.us-east-2.elasticbeanstalk.com/Home
Or run locally:
yarn install
yarn serve
yarn install
./deploy.sh # Run the `deploy.sh` script in the root folder
Note: if you are unable to run the deploy.sh script, you may need to make it executable: chmod u+x deploy.sh
This is what you should do the first time you run the project.
yarn install
./deploy.sh # Run the `deploy.sh` script in the root folder
Note: if you are unable to run the deploy.sh script, you may need to make it executable: chmod u+x deploy.sh
yarn lint