Issues and pull requests are welcome.
git clone [email protected]:zcued/zeus.git
cd zeus
npm i
Create a new branch and start the development server
npm start
You can run lint via:
npm run lint
You can run test via:
npm test
Most components in /src
have a *.test.tsx
file