Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evgenykochetkov/template-vite-p5-ts


https://github.com/evgenykochetkov/template-vite-p5-ts

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

Pull the template with [degit](https://github.com/Rich-Harris/degit):

```sh
npx degit evgenykochetkov/template-vite-p5-ts my-p5-project
```

and then install dependencies/run as usual:

```sh
cd my-p5-project
npm install
npm run dev
```