aleph-im / front-aleph-cloud-page

1 stars 0 forks source link

Aleph Cloud Solutions

Aleph Cloud Solutions 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.

Requirements

Ensure you have the following installed on your machine:

Develop locally

First obtain an authentication token to access the proprietary Font Awesome icons and edit .npmrc to include the aforementioned token.

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