Found an issue? Want to create a new theme? Sorry, but ATM it's kind of hard to set this up, but here are the steps:
- Create a new create-react-app project using
npx create-react-app temp --template typescript
- Go into the created folder, run:
npm i react-spinners axios react-responsive
- Create a fork of this repository on GitHub
- Navigate to the src folder, run
git clone https://github.com/your-username/dawn-ui
- Copy the App.tsx into your own App.tsx
- Make changes