App-ly is an open-source URL shortener made using Svelte and Appwrite. It is a web app that allows you to shorten long URLs, share them, and generate QR Codes for them.
git clone https://github.com/Arpan-206/app-ly.git
cd app-ly
npm install
or
yarn install
npm run dev
or
yarn run dev
yarn run build
or
npm run build
npm run preview
or
yarn run preview
To run this project, you will need to add the following environment variables to your .env file
PUBLIC_AW_PROJECT
PUBLIC_AW_ENDPOINT
PUBLIC_AW_DB
PUBLIC_AW_ANON_COLLECTION
PUBLIC_AW_LOGIN_COLLECTION
-
Link Groups
-
Profile Links
-
Bulk Redirects
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
For support, email arpan@hackersreboot.tech.