make sure you have svelte and node in your workstation!
git clone https://github.com/IceEnemy/nook.gitafter cloning the project, make sure to install all dependencies!
cd project-directory
npm installright now, it has been tested on the dev build only, so
npm run devif you encounter any routing errors, restart the server by typing
rwhen the application is running
in your .env file, ensure that you have these private firebase and openai keys:
VITE_API_KEY
VITE_AUTH_DOMAIN
VITE_PROJECT_ID
VITE_STORAGE_BUCKET
VITE_MESSAGING_SENDER_ID
VITE_APP_ID
VITE_MEASUREMENT_ID
VITE_DATABASE_URL
VITE_OPENAI_API_KEY