This is the register website for is-a.dev, a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.
If you have any problems then feel free to open a issue on github. If you have an issue that contains confidental infomation then email [email protected] any other emails will be ignored.
Clone the repo with git and install the dependencies with npm. (make sure you have node.js installed)
npm install
Then run the dev server with npm.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app, run
npm run build
You can preview the production build with npm run preview
.