https://github.com/daniel-lxs/linqbin
Ephemeral encrypted link shortner/pastebin website written in svelte
https://github.com/daniel-lxs/linqbin
bun nodejs typescript
Last synced: 5 months ago
JSON representation
Ephemeral encrypted link shortner/pastebin website written in svelte
- Host: GitHub
- URL: https://github.com/daniel-lxs/linqbin
- Owner: daniel-lxs
- License: mit
- Created: 2024-01-11T22:11:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T14:47:13.000Z (about 2 years ago)
- Last Synced: 2024-04-12T16:22:48.606Z (about 2 years ago)
- Topics: bun, nodejs, typescript
- Language: Svelte
- Homepage: https://linqbin.cc
- Size: 451 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Linqbin
## Overview
**Version:** 1.0.0
**License:** MIT
## Description
Linqbin is a project designed to serve as a temporary and encrypted link shortner service.
## Installation and Usage
### Development
1. Clone the repository.
2. Run `npm install` to install dependencies.
3. Use `npm run dev` to start the development server.
### Building
- Execute `npm run build` to build the project.
- Preview the build with `npm run preview`.
### Code Quality
- Run `npm run lint` to check code style and formatting.
- Use `npm run format` to auto-format code.
## Configuration
Linqbin utilizes the following configuration files:
- It is necessary to provide an environment variable specifying the API URL from linqbin-backend.
## Contributing
Contributions are welcome! Feel free to submit issues or pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.