Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 785 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 785 Bytes

Neon Planaria Demo

This is the same app explained in the Neon Planaria Tutorial at https://neon.planaria.network

Install

git clone https://github.com/interplanaria/npd.git

Run

Install dependencies

npm install

In case you don't have docker installed yet, install Docker (Planaria itself doesn't require Docker, but this app does):

Now we're ready. First start Planaria:

node index

After Planaria has successfully started, open another terminal and start Planarium:

node server

And that's it!