Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 885 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 885 Bytes

flagui

a panel used to manage features and account limits.

This project was bootstrapped with Create React App, and is styled with SCSS modules and formated with prettier.

Requirements

  • node v12 or later
  • npm

Usage

  • download or clone
  • run npm install in root folder
  • run npm start in root folder
  • app will open in browser

Development

In the project directory, you can run:

  • npm start: Runs the app in the development mode.
  • npm test: Launches the test runner in the interactive watch mode.
  • npm run build: Builds the app for production to the build folder.
  • npm run eject: Remove the single build dependency from your project.

TODO

  • Add Testing

Learn More

You can learn more in the Create React App documentation.