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
- Host: GitHub
- URL: https://github.com/is-a-dev/manage-site
- Owner: is-a-dev
- License: mit
- Created: 2022-09-01T14:56:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T10:28:04.000Z (over 2 years ago)
- Last Synced: 2024-02-26T10:48:25.918Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://manage.is-a.dev
- Size: 3.85 MB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`.