An open API service indexing awesome lists of open source software.

https://github.com/is-a-dev/manage-site

The dashboard for is-a.dev
https://github.com/is-a-dev/manage-site

Last synced: about 1 year ago
JSON representation

The dashboard for is-a.dev

Awesome Lists containing this project

README

          


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)

```bash
npm install
```

Then run the dev server with npm.

```bash
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

```bash
npm run build
```

You can preview the production build with `npm run preview`.