Frontend for the StarOverlay project.
git clone https://github.com/staroverlay/frontend
cd frontend
yarn install
# development
yarn dev
# production
yarn build
yarn start
This project was built using the following technologies:
- React as the frontend library.
- Next.js as the SSR framework.
- TypeScript as the programming language.
- Chakra UI as the component library.
- GraphQL as the query language.
- AstraQL as the GraphQL client.
- Emotion as the CSS-in-JS library.
- Monaco Editor as the code editor.
- Browser Image Compression as the image compression library.
- Marked as the markdown parser.
- React Icons as the icon library.
- React Toastify as the toast library.
- Wavesurfer.js as the audio visualizer.