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

https://github.com/codesandbox/demo

Created with CodeSandbox
https://github.com/codesandbox/demo

Last synced: 9 months ago
JSON representation

Created with CodeSandbox

Awesome Lists containing this project

README

          

# CodeSandbox demo

## Install dependencies

- Server: `cd server && pip install -r requirements.txt`
- Client: `pnpm install`

## Running

- Server: `python server/app.py`
- Client: `pnpm dev`

[![Edit in CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/codesandbox/demo)