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

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

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.