- Install a recent Node.js environment.
- Install Git.
- Clone this repository via terminal
git clone https://github.com/semanux/demo.git --recursive
. - Navigate into the directory via
cd demo
. - Install dependencies via
npm install
. - Run locally via
npm run dev
.