Based off vite-react-tailwindcss starter. Below are the steps to run the project. You may be interested in the org readme which explains what this is for.
Clone the project
git clone https://github.com/Stellar-Suite/Astral=
Go to the project directory
cd Astral
Install dependencies
npm install
or yarn install
Start the server
npm run dev
or yarn dev