The simple way is running git clone git@github.com:hacimertgokhan/TauriAstro.git
command in your terminal
All commands are run from the root of the project, from a terminal:
Command | Description |
---|---|
npm install |
Installs dependencies |
npm run tauri dev |
Starts local dev server at localhost:4321 |
npm run tauri build |
Build your production site to ./dist/ |