https://github.com/clemlak/new-snowflake-dashboard
Dashboard for the Snowflake project.
https://github.com/clemlak/new-snowflake-dashboard
ethereum hydro react snowflake web3
Last synced: 11 months ago
JSON representation
Dashboard for the Snowflake project.
- Host: GitHub
- URL: https://github.com/clemlak/new-snowflake-dashboard
- Owner: clemlak
- Created: 2019-04-21T14:46:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T17:54:59.000Z (over 6 years ago)
- Last Synced: 2024-01-31T14:56:30.137Z (over 2 years ago)
- Topics: ethereum, hydro, react, snowflake, web3
- Language: JavaScript
- Homepage:
- Size: 9.15 MB
- Stars: 1
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snowflake Dashboard
## Introduction
This repository contains the new version of the Snowflake Dashboard. This version is still a **work-in-progress** and **is not live yet**.
## Rules and convention
In order to keep the maintainability of the code, it is mandatory to respect the rules chosen for this project:
- Airbnb Javascript styleguide
- BEM naming convention
Plugins such as ESLint or Stylelint can be installed in your IDE to help you out with these rules.
## Available Scripts
This project was bootstrapped using `create-react-app`, all of the scripts are still available. However, we recommend you to use only the two following:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!