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 installto install dependencies. - Use
npm run devto start the development server.
- Execute
npm run buildto build the project. - Preview the build with
npm run preview.
- Run
npm run lintto check code style and formatting. - Use
npm run formatto 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.