Skip to content

didmar/visible-thoughts-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d1751e · Sep 28, 2022

History

40 Commits
Sep 24, 2022
Sep 26, 2022
Sep 28, 2022
Sep 22, 2022
Sep 22, 2022
Sep 28, 2022
Sep 22, 2022
Sep 28, 2022
Sep 28, 2022
Sep 21, 2022
Sep 21, 2022
Sep 26, 2022
Sep 28, 2022
Sep 28, 2022
Sep 26, 2022

Repository files navigation

Visible Thoughts Writer

Setup

Create a project on Firebase with Firestore and Hosting.

Rename src/firebase.creds.json.temp in src/firebase.creds.json and edit it with the credential from the Firebase project.

Rename src/conf.json.temp in src/conf.json and edit it with the link to the help & feedback document.

npm run start to run the app in the development mode.
Open http://localhost:3000 to view it in your browser.

To populate the database with random data:

npx tsx scripts/populate.ts

To build and deploy:

firebase login
npm run build
firebase deploy