This is the same app explained in the Neon Planaria Tutorial at https://neon.planaria.network
git clone https://github.com/interplanaria/npd.git
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!