aleph-im / front-aleph-account-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aleph Account page

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.

Develop locally

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

About


Languages

Language:TypeScript 99.0%Language:JavaScript 0.7%Language:Python 0.4%