https://github.com/sonicoder86/workout-planner
https://github.com/sonicoder86/workout-planner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonicoder86/workout-planner
- Owner: sonicoder86
- Created: 2025-10-06T05:29:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-16T06:12:54.000Z (8 months ago)
- Last Synced: 2025-10-24T22:33:45.890Z (7 months ago)
- Language: TypeScript
- Homepage: https://workout-planner-liart.vercel.app
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workout Planner
Plan your workouts.
## Setup
Make sure to install dependencies:
```bash
npm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.