A brief description of what this project does and who it's for
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
Info goes here...
Clone the project
git clone https://link-to-project
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Install my-project with npm
npm install my-project
cd my-project
## Color Reference
Color | Hex |
---|---|
Example Color | |
Example Color | |
Example Color | |
Example Color |
import Component from 'my-project'
function App() {
return <Component />
}