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

https://github.com/artdaw/skychef-webapp


https://github.com/artdaw/skychef-webapp

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Skychef

## Prerequisites

- Node >=16
- [pnpm](https://pnpm.io/)

## Install all dependencies

In order to install all dependencies, run the following:

```bash
pnpm i
```

## Getting Started with Skychef Webapp

First, run the Skychef Webapp development server:

```bash
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.