Version: 1.0.0 License: MIT
Linqbin is a project designed to serve as a temporary and encrypted link shortner service.
- Clone the repository.
- Run
npm install
to install dependencies. - Use
npm run dev
to start the development server.
- Execute
npm run build
to build the project. - Preview the build with
npm run preview
.
- Run
npm run lint
to check code style and formatting. - Use
npm run format
to auto-format code.
Linqbin utilizes the following configuration files:
- It is necessary to provide an environment variable specifying the API URL from linqbin-backend.
Contributions are welcome! Feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.