Experience the magic of instantly generated ready-to-use short links 🚀
Welcome to our open-source link shortening application! Designed as a platform for practicing and showcasing the latest features of Next.js 13. With a focus on simplicity, efficiency, and innovation, we invite you to dive into the world of link shortening while experiencing the power of Next.js 13. Join us on this journey of learning and discovery as we harness the potential of modern web technologies to create a seamless and dynamic link shortener.
- Auth: NextAuth.js
To start using our link shortening service, you can begin right away with our hosted version. Visit cutez and navigate to the login page.
Alternatively to using the hosted version of the product, Amplication can be ran local for code generation purposes or contributions - if so please refer to our contributing section.
Pre-requisites
To be able to start development on amplication make sure that you have the following pre-requisites installed:
- NPM
- Git
Running Amplication
To setup a local development environment the following steps can be followed:
- Clone the repository and install dependencies:
git clone https://github.com/Caixetadev/cutez.git && cd cutez && npm install
- Run the setup script, which takes care of installing dependencies, building packages and setting up the workspace:
npm run dev
Contributions are welcome! If you want to contribute to the project, follow the instructions below:
- Fork the project.
- Create a branch with your changes: git checkout -b my-feature.
- Commit your changes: git commit -m 'Adding my feature'.
- Push the changes to the remote repository: git push origin my-feature.
- Open a pull request on the original repository.
Licensed under the MIT license.