https://github.com/vool/schedulear.com
https://github.com/vool/schedulear.com
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vool/schedulear.com
- Owner: vool
- Created: 2025-02-28T13:58:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T07:59:12.000Z (about 1 year ago)
- Last Synced: 2025-10-11T06:46:26.428Z (8 months ago)
- Language: Vue
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# schedulear holder
http://schedulear.com/
## Setup
Install dependencies:
```bash
yarn
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
yarn dev
```
## Production
Build the application:
```bash
yarn generate
```
Deploy the application:
```bash
yarn deploy
```
Locally preview production build:
```bash
yarn preview
```