Skip to content

quangdaon/quangdao.com

Repository files navigation

🌟🤖🌟

Netlify Status

Source code for https://www.quangdao.com/ aka https://🌟🤖🌟.ws/

Developing

Install dependencies with npm install and start a development server:

npm run dev

# or start the server and open the website in a new browser tab
npm run dev -- --open

Building

To create a production version of the website:

npm run build

You can preview the production build with npm run preview.

Acknowledgements