A webapp for tracking your rock-climbing sessions.
If you have ignore-scripts=true
in your .npmrc
you need to install and build better-sqlite3
manually:
npm install
cd node_modules/better-sqlite3
npm install
npm run build-release
Copy .env.example
to .env
and fill in the info about your Nextcloud instance.
If no sqlite
database file exists in the db folder, a new one will be created upon starting the app. Then run
npm run generate
npm run migrate
This project is licensed under the MIT License - see the LICENSE file for details.