A authentication-less web application that allows users to track their exercise and sports activities.
- Clone the repository
- Install dependencies with
npm install - Copy
.env.exampleto.envand fill in the values - Run the development server with
npm run dev. For production, usenpm run buildandnpm start