Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camkem/dot-new-tool
This is a basic implementation of a Nuxt app, that allows the use of wildcard URI's to match to a SQLite DB so that we can route stored entities.
https://github.com/camkem/dot-new-tool
Last synced: 17 days ago
JSON representation
This is a basic implementation of a Nuxt app, that allows the use of wildcard URI's to match to a SQLite DB so that we can route stored entities.
- Host: GitHub
- URL: https://github.com/camkem/dot-new-tool
- Owner: CamKem
- Created: 2024-03-10T03:16:58.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T14:19:31.000Z (11 months ago)
- Last Synced: 2025-01-23T10:04:19.386Z (21 days ago)
- Language: Vue
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dot-new-tool
Inspired by Tim Bennetto's dm.new tool, this is a web-based tool to help you create a dot new project, to handle redirects, to offer a an interface for the dot new domains.
## Features
Built with Nuxt.js, this project includes the following features:
- Create a new link with a custom name
- Redirect to the link
- Backed with a sqlite database
- All validation and error handling is accounted for## Build Setup
```bash
# install dependencies
$ npm install# Change URL's in files for your scope
- Change the redirect url in redirect/[slug].js to suit your needs
- Also change to url to your domain in the create.js file# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```