This template is intended to be used for quickstarting new applications. When visiting the webpage in the browser, the alt1 addapp link is generated for you to click and add the app either in dev or in production.
This repo uses
- Vite
- React
- Zustand
- Mantine
- Tailwind
First complete these steps for deploying to GitHub Pages
- Go to Settings in your new Repo
- Select "Pages"
- Ensure Source is "GitHub Actions"
After cloning the repo
- run
npm install
Then
- run
npm run dev
main.tsx
is the entry pointalt1.tsx
ensures Alt1 has been mountedApp.tsx
is where the mounted Alt1 app is rendered