Graphical PDS migrator for AT Protocol
1# Airport
2
3Your terminal for seamless AT Protocol PDS (Personal Data Server) migration and
4backup.
5
6Airport is a web application built with Fresh and Deno that helps users safely
7migrate and backup their Bluesky PDS data. It provides a user-friendly interface
8for managing your AT Protocol data.
9
10## Features
11
12- PDS migration between servers
13- Data backup functionality
14- User-friendly interface
15- Coming soon: PLC Key retrieval, data backup
16
17## Tech Stack
18
19- [Fresh](https://fresh.deno.dev/) - Web Framework
20- [Deno](https://deno.com/) - Runtime
21- [Tailwind](https://tailwindcss.com/) - Styling
22
23## Development
24
25Make sure you have Deno installed:
26https://docs.deno.com/runtime/getting_started/installation
27
28Start the project in development mode:
29
30```shell
31deno task dev
32```
33
34## Contributing
35
36We welcome contributions! Please feel free to submit a Pull Request. Please only
37submit pull requests that are relevant to the project. This project targets
38people with a non-advanced understanding of AT Protocol, so please avoid
39submitting pull requests that add features that complicate the user experience.
40
41When contributing, please make sure to run tests to ensure your changes do not
42break existing functionality, and add any additional tests for new changes.
43
44## License
45
46[MIT License](LICENSE)