website/README.md

22 lines
346 B
Markdown
Raw Permalink Normal View History

2024-04-15 18:10:36 +02:00
# My Website
2024-04-15 17:35:40 +02:00
2024-04-15 18:10:36 +02:00
My website made by [Content Wind](https://content-wind.nuxt.space) theme.
2024-04-15 17:35:40 +02:00
2024-04-15 18:10:36 +02:00
## Setup
2024-04-15 18:03:17 +02:00
```bash
2024-04-15 18:10:36 +02:00
npm install
2024-04-15 18:03:17 +02:00
```
2024-04-15 18:10:36 +02:00
## Development
2024-04-15 18:03:17 +02:00
2024-04-15 18:10:36 +02:00
```bash
npm run dev
```
2024-04-15 18:03:17 +02:00
2024-04-15 18:10:36 +02:00
Then open [http://localhost:3000](http://localhost:3000) to see your app.
2024-04-15 18:03:17 +02:00
2024-04-15 18:10:36 +02:00
## Deployment
2024-04-15 18:03:17 +02:00
2024-04-15 18:10:36 +02:00
Learn more how to deploy on [Nuxt docs](https://nuxt.com/docs/getting-started/deployment).