Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shxntanu/portfolio

🍃 Personal Portfolio Website
https://github.com/shxntanu/portfolio

Last synced: 15 days ago
JSON representation

🍃 Personal Portfolio Website

Awesome Lists containing this project

README

        

[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://shxntanu.tech)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](https://github.com/tdemapp/website/blob/master/LICENSE)

## 🛠 Development

Clone the repository

```zsh
git clone https://github.com/shxntanu/portfolio.git
```

Install dependencies

```zsh
npm install

# Or using Yarn

yarn
```

Start the development server

```zsh
npm run dev

# Or using Yarn

yarn dev
```

Build for production

```zsh
npm run build

# Or using Yarn

yarn build
```

## Credits

[@nurodev](https://github.com/nurodev)

## 📄 License

MIT © [Shantanu Wable](https://github.com/shxntanu/portfolio/blob/main/LICENSE)