An open API service indexing awesome lists of open source software.

https://github.com/vool/schedulear.com


https://github.com/vool/schedulear.com

Last synced: 4 months ago
JSON representation

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
```