Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skshahriarahmedraka/portfolio-site
My Portfolio Site build using sveltekit
https://github.com/skshahriarahmedraka/portfolio-site
svelte sveltekit tailwindcss typescript
Last synced: 2 months ago
JSON representation
My Portfolio Site build using sveltekit
- Host: GitHub
- URL: https://github.com/skshahriarahmedraka/portfolio-site
- Owner: skshahriarahmedraka
- Created: 2022-07-20T04:23:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T17:33:02.000Z (11 months ago)
- Last Synced: 2024-04-17T02:27:32.212Z (9 months ago)
- Topics: svelte, sveltekit, tailwindcss, typescript
- Language: Svelte
- Homepage: https://www.shahriarraka.me/
- Size: 21 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Portfolio Site
[www.shahriarraka.me/](https://www.shahriarraka.me/ "https://www.shahriarraka.me/")
Used Technologies : Svelte , Sveltekit , Tailwindcss
### About me
![](./screenshots/aboutmeful.png)
### Resume
![](./screenshots/resume.png)
### Projects
![](./screenshots/projects.png)
### Blogs
![](./screenshots/blogs.png)
### Aboutme
![](./screenshots/contractme.png)
#
## Run This project
go to the root directory of this project , install necessary packages
```bash
npm install
```#### run in development mode
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```