whois.tinysites.com/README.md

19 lines
387 B
Markdown

## Whois domain lookup
Whois domain name search for Tinysites.
---
### Setup
Install dependencies, start development server, build application, preview production build:
```bash
# npm
npm install
npm run dev
npm run build
npm run preview
```
Check out the <a href="https://nuxt.com/docs/getting-started/deployment" target="_BLANK">deployment documentation</a> for more information.