https://github.com/artdaw/skychef-webapp
https://github.com/artdaw/skychef-webapp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artdaw/skychef-webapp
- Owner: artdaw
- License: other
- Created: 2022-11-12T20:22:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T20:23:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T04:31:08.547Z (9 months ago)
- Language: TypeScript
- Homepage: skychef.vercel.app
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Apache.md
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.