- Node https://nodejs.org/en
- NPM https://www.npmjs.com/
- DFX https://internetcomputer.org/docs/current/developer-docs/getting-started/install/
Copy .env.example
to .env
in order to make environment variables available
Install all node packages via npm i
Run the application npm run dev
Check if http://localhost:5173/ is working.