To build a local repo for the Hackthon first clone the repo in the root folder for your project
Once you have the repo cloned be sure to run
If you are ready to test your build first ensure you are pointed to the right location
Open your local asn and run the following commands in your asn project directory
Once these two items are running you should be good to call in your AS-Hackathon project directory
If everything goes to plan your project should be running at on your dev address dev.
Head over to Firebase and follow the steps to setup a new project.
NOTE: Do not use your work account to set up the project Once complete within your project directory run
Login to the google account used to create the firebase project with
Initialize your firebase setup
Follow the set up steps found HERE if needed to setup the project.
Once the project is setup with firebase you can get it deployed.
Once deployed you can go to the logged url to view your hosted site.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.