britnay268 / INDIVIDUAL-ASSESSMENT-vocab-YOU-lary

1 stars 0 forks source link

Tasks before Coding #4

Closed britnay268 closed 8 months ago

britnay268 commented 8 months ago
  1. Run npm install
  2. Create a .env file and copy code from .sample.env
  3. Edit the code in the .env file with the data from the firebase App section Do this portion in a branch called setup****
  4. Open the package.json file and change the name property to the name of your application, and author to your name.
  5. Change the name of webpage in index.html
  6. Remove info from main.js and uncomment the ViewDirectorBaseOnUserAuthStatus(); (Make sure it is imported)
britnay268 commented 8 months ago

Anytime I make a change to the .env file, I need to stop the server and start it back!