The official website of the Lum Network, hosted by the Lum Foundation at https://lum.network.
This project has a git submodule so clone it with:
$ git clone git@github.com:lum-network/explorer.git --recursive
$ yarn
Now you can run your app with:
$ yarn start
You can build your app with:
$ yarn build
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.
All contributions are more than welcome! Feel free to fork the repository and create a Pull Request!