https://github.com/dawntraoz/unickins
Unickins is the free and open repository to replace third-party platforms to share your most important links through your social media. This way you can avoid switching platforms when they close (based on real facts).
https://github.com/dawntraoz/unickins
astro external-links links
Last synced: 3 months ago
JSON representation
Unickins is the free and open repository to replace third-party platforms to share your most important links through your social media. This way you can avoid switching platforms when they close (based on real facts).
- Host: GitHub
- URL: https://github.com/dawntraoz/unickins
- Owner: Dawntraoz
- Created: 2024-01-10T13:04:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T18:18:04.000Z (over 1 year ago)
- Last Synced: 2025-01-14T07:14:50.721Z (5 months ago)
- Topics: astro, external-links, links
- Language: Astro
- Homepage: https://links.dawntraoz.com/
- Size: 264 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unickins: The project for your most important links
## 🚀 Project Structure
Inside of this project, you'll see the following folders and files:
```text
/
├── public/ # Static images
│ └── favicon.ico
├── src/
│ ├── components/
│ ├── data/ # Site config & links
│ ├── icons/ # SVGs
│ ├── layouts/
│ └── pages/
└── package.json
```## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |## Resources
### Framework: Astro
This project was built using [Astro](https://docs.astro.build) with its main template.
### Open Graph URL scraper
This project uses [Open Graph Scraper](https://www.npmjs.com/package/open-graph-scraper) for extracting the links information.
### Icons
Social icons by Fontawesome: Go and check them all at [FontAwesome](https://fontawesome.com/icons/).