Linksapp

screen_recording

Getting Started

Step 1: Fork

✨ FORK THIS REPO ✨

Step 2: Run Setup Wizard

deno run -A --unstable https://github.com/rdwz/linksapp-fresh/raw/main/setup.ts

Step 3: Deploy

Check your page locally:

deno task start

Head over to Deno Deploy and create a project. Click "Git" tab in the project settings, select the repository, the production branch (main) and the entrypoint file (main.ts). This will link the project to the repository and automatically deploy it to the internet. The project will now be available at https://$PROJECT_NAME.deno.dev. You can also use a custom domain.

Don't forget to clear Deno cache if you're re-running the setup wizard after a new release:

deno cache --reload https://github.com/rdwz/linksapp-fresh/raw/main/setup.ts

Features

License

This project is licensed under the Blue Oak Model License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

Made with Fresh