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.
Ensure you have the following installed on your machine:
- Node.js 20
- GNU make
- GNU Compiler Collection (GCC)
- Git
libudev.h
on Linux
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