Aleph Account page is a next.js frontend dApp that allows you to easily deploy VMs on the aleph network, without worrying about the different configuration options; just launch the app, upload your code and dependencies and enjoy.
After cloning the repo make sure to install NPM dependency by running npm i
To run the project in development mode (http://localhost:3000
)
npm run dev
Create an optimized production build:
npm run build
npm run export