This is our Scouting website for the 2022 game Rapid React.
Made with React.js and Reactstrap for the form component
We use Firebase for our database
First, create a config.js
in the /src/
directory. Use this layout:
const config = {
firebase_key: "",
firebase_auth_domain: "",
firebase_project_id: "",
firebase_bucket: "",
firebase_messagingSenderId: "",
firebase_appId: "",
firebase_measurementId: "",
}
export default config;
You'll need a firebase project set up to fill out the values accordingly.
Then, run npm i
. After that you should be all set to run npm run start
to run the website locally.
If theres issues talk to a mentor and they can put you in touch with me.