Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-siri/siri.dev
My Personal Portfolio built with Astro & TailwindCSS. 🚀
https://github.com/dev-siri/siri.dev
astro blog portfolio tailwindcss vercel
Last synced: 9 days ago
JSON representation
My Personal Portfolio built with Astro & TailwindCSS. 🚀
- Host: GitHub
- URL: https://github.com/dev-siri/siri.dev
- Owner: Dev-Siri
- License: mit
- Created: 2023-05-15T11:04:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T13:37:40.000Z (about 1 year ago)
- Last Synced: 2023-12-16T16:13:06.583Z (about 1 year ago)
- Topics: astro, blog, portfolio, tailwindcss, vercel
- Language: Astro
- Homepage: https://siri-dev.vercel.app
- Size: 3.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# siri.dev
My personal portfolio built with Astro and TailwindCSS.
Deployed at siri-dev.vercel.app. I am too cheap to buy the siri.dev domain :(
Design heavily inspired by [nexxel](https://nexxel.dev)'s site
## Technologies
- Astro
- TailwindCSSDeployed on Vercel
## Getting Started
Make sure you have Node.js v18.14.1+ installed on your system.
- Clone the repository
```sh
$ git clone https://github.com/Dev-Siri/siri.dev.git
```- Install the dependencies
```sh
$ bun i
```- Run the dev server
```sh
$ bun dev
```## App data
In `src/data.ts`, I have all the info/content used in the website, and in `src/pages/blog`, I have all my blog posts. Make sure to remove all of it if you want to clone/fork this repository.
## License
This Project is MIT Licensed, see [LICENSE.md](LICENSE.md)