Skip to content

Commit

Permalink
Extend readme with import example
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Vos committed Jan 12, 2024
1 parent db53df8 commit 4ec804b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ Check [http://localhost:8080](http://localhost:8080)
9. In de `sidebar` (`App/View.elm`), add link to the newly added year around line 114.
10. `npm run build`.
11. Commit & push.
12. Export firebase database as backup. Clear the firebase database.
13. Add a test rider, race & result. Verify if it works. Clear those test rows when real data is created.
12. Export [firebase](https://console.firebase.google.com/u/0/project/cycling-results/database/cycling-results/data) database as backup. Clear the firebase database.
13. Put `{ "races": { }, "results": { }, "riders": { } }` in `empty.json` and import it into the database.
14. Add a test rider, race & result. Verify if it works. Clear those test rows when real data is created.

0 comments on commit 4ec804b

Please sign in to comment.