lex3a / alium-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alium Frontend

This project contains the main features of Alium Frontend.

If you want to contribute, please refer to the contributing guidelines of this project.

Launch Alium frontend into development mode

1. Requirements

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

2. Clone project

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

3. Install project dependencies

Now, go to alium-frontend project folder, and execute in the console:

yarn install

4. Start local development mode

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!

About


Languages

Language:TypeScript 99.4%Language:JavaScript 0.6%Language:SCSS 0.0%