Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 505 Bytes

Astral

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.

Run it locally

Clone the project

git clone https://github.com/Stellar-Suite/Astral=

Go to the project directory

cd Astral

Or you can just download it as zip, then

Install dependencies

npm install or yarn install

Start the server

npm run dev or yarn dev