This project contains the main features of Alium Frontend.
If you want to contribute, please refer to the contributing guidelines of this project.
To run project, you need to install Git, Node.js (version >= 14), and Yarn package manager.
- Git can be installed from the official site: https://git-scm.com/downloads
- Node.js can be installed from the official site: https://nodejs.org
- After Node.js is installed, you can run the following command in the console to install Yarn:
npm install --global yarn
Go to the directory where your projects are stored, and run the following command to clone the project code.
git clone https://github.com/Alium-Finance/alium-frontend.git
Now, go to alium-frontend project folder, and execute in the console:
yarn install
Being in the project directory, execute in the console:
yarn dev
You just started the project in development mode (with development environment variables and test nets).
Now open the link in your browser to see the launch result: http://localhost:3000.
Done!