https://github.com/and3sil4/portfolio
This is a repository to store the source code to make my own portfolio
https://github.com/and3sil4/portfolio
Last synced: 26 days ago
JSON representation
This is a repository to store the source code to make my own portfolio
- Host: GitHub
- URL: https://github.com/and3sil4/portfolio
- Owner: AND3SIL4
- Created: 2024-03-21T17:29:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-15T00:18:41.000Z (12 months ago)
- Last Synced: 2025-02-05T05:41:21.189Z (3 months ago)
- Language: TypeScript
- Homepage: https://felipe-silva.vercel.app
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# astrolinkt
Link in Bio Template using Astro, React & TailwindCSS
## Tech Stack
- [TypeScript](https://www.typescriptlang.org)
- [React](https://react.dev)
- [Tailwind CSS](https://tailwindcss.com)
- [coloradix](https://github.com/coloradix/coloradix)
- [Radix UI](https://radix-ui.com)
- [klass](https://github.com/flamrdevs/klass)
- [Astro](https://astro.build)## Quick Start
[Create repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
or
Clone the repository
```bash
git clone https://github.com/flamrdevs/astrolinkt.git
```Install packages
```
pnpm i
```Start Astro development server
```
pnpm dev
```### Customization
#### Colors
Color system is based on the [Radix Colors](https://www.radix-ui.com/colors) schema
```typescript
// tailwind.config.tsimport coloradix /*, { import the colors you want }*/ from "@coloradix/tailwindcss";
// then configure it with the coloradix plugin
```#### Theme
Set light / Dark mode by the html data attibute
```html
```
## Author
astrolinkt developed by [flamrdevs](https://github.com/flamrdevs)
## License
[MIT](./LICENSE)