diff --git a/.demo/README.md b/.demo/README.md new file mode 100644 index 0000000..0229c22 --- /dev/null +++ b/.demo/README.md @@ -0,0 +1,21 @@ +# My Website + +My website made by [Content Wind](https://content-wind.nuxt.space) theme. + +## Setup + +```bash +npm install +``` + +## Development + +```bash +npm run dev +``` + +Then open [http://localhost:3000](http://localhost:3000) to see your app. + +## Deployment + +Learn more how to deploy on [Nuxt docs](https://nuxt.com/docs/getting-started/deployment).