Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.85 KB

README.md

File metadata and controls

66 lines (37 loc) · 1.85 KB

Lum Network - Millions

License PRs Welcome

This is the front-end repository for Cosmos Millions.

This service uses Lum Network - Chain (code hosted here)

Description

This service is a React full typescript v4 application with these main libraries:

All stylesheets are written in SASS with Bootstrap 5.

Installation

Prerequisites: Make sure to have Node >= 16.18

Clone

Clone the project with:

$ git clone git@github.com:lum-network/millions.git

Install dependencies and cp env file

Install dependencies with:

$ yarn

Copy the .env.prod file to .env

$ cp .env.prod .env

Running your app

Now you can run your app with:

$ yarn start

Building your app

You can build your app with:

$ yarn build

Code Style

All React components are functional components with hooks.

There is a Prettier and ES Lint configuration to follow.

Contributing

All contributions are more than welcome! Feel free to fork the repository and create a Pull Request!

Please also make sure to have a look to the contributing guidelines