Navigate your inner landscape, One entry at a time.
- Download the .env file HERE (DLSU account needed to download)
- Put the .env file inside of the frontend folder
- Open your CLI (cmd) and go to the directory of the frontend folder
- run
npm install
- run
npm run dev
to run the app - Go to the specified localhost link
- OPTIONAL: If it still does not run correctly, also run
npm install firebase -D tailwindcss
beforenpm run dev
- run
- NOTE: Make sure the .env file is in the frontend directory