Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 628 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 628 Bytes

💻 - 📱

🌸 shaaddev.com 🫧

🌎 Set up 🛠

I. Install the dependencies

$ npm install
or
$ bun install

II. Start the development server

$ npm run dev
or
$ bun run dev

🛫 Build and run production ⚙️

$ npm run build
or
$ bun run build