1-fredrikstad / sangbok

Webapp for speidere som ønsker å finne fram til speidersangene rundt leirbålet
GNU General Public License v3.0
4 stars 1 forks source link

README.md installation guide does not work #66

Closed Kpaubert closed 3 years ago

Kpaubert commented 3 years ago

Describe the bug Cloning the repo as explained in the README.md and attempting to run the app does not work.

To Reproduce Steps to reproduce the behavior:

  1. Use Git Bash or whatever and run git clone https://github.com/1-fredrikstad/sangbok.git
  2. Navigate into the repo, and run npm install
  3. Try to run the app with npm run dev
  4. The app does not run and throws an error.

Expected behavior The app should work.

How to fix The correct way to describe the running of the app would be:

  1. git clone https://github.com/1-fredrikstad/sangbok.git
  2. cd sangbok
  3. cd frontend
  4. npm i
  5. npm run dev

Come on guys, let's get this project to the moon! 🚀