Skip to content

lum-network/website

Repository files navigation

Lum Network - Website

License PRs Welcome

The official website of the Lum Network, hosted by the Lum Foundation at https://lum.network.

Installation

Clone

This project has a git submodule so clone it with:

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

Install dependencies

$ yarn

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.

All stylesheets are written in SASS with Bootstrap 5. To avoid SASS issue, add SASS_PATH=node_modules:src/styles in a .env file

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!