Skip to content

is-a-dev/manage-site

Repository files navigation

is-a-dev Banner

register.is-a.dev

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.

Issues

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 hello@maintainers.is-a.dev any other emails will be ignored.

Running locally

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

Building

To create a production version of the app, run

npm run build

You can preview the production build with npm run preview.