Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shxntanu/portfolio
🍃 Personal Portfolio Website
https://github.com/shxntanu/portfolio
Last synced: 15 days ago
JSON representation
🍃 Personal Portfolio Website
- Host: GitHub
- URL: https://github.com/shxntanu/portfolio
- Owner: shxntanu
- License: mit
- Created: 2023-09-10T12:40:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T13:59:44.000Z (8 months ago)
- Last Synced: 2024-05-17T15:02:29.383Z (8 months ago)
- Language: TypeScript
- Homepage: https://shxntanu.vercel.app
- Size: 30.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)