Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 533 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 533 Bytes

A template to setup a drop on NIL launchpad. Included example is based on P5js.

Scope:

  • Help with setting up local enviorment for testing the drop
  • Prepare a zip file ready to be uploaded on NIL

Commands

Initial dependencies installation

npm i

Starting development webserver

npm start

Building zip file

npm run build

Installing additional dependencies:

npm i -D p5

Credits: