Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```