https://github.com/hardworking-toptal-dev/typescript-portfolio
personal Portfolio
https://github.com/hardworking-toptal-dev/typescript-portfolio
portfolio-website typescript
Last synced: about 1 year ago
JSON representation
personal Portfolio
- Host: GitHub
- URL: https://github.com/hardworking-toptal-dev/typescript-portfolio
- Owner: hardworking-toptal-dev
- License: mit
- Created: 2024-04-14T08:04:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T08:04:51.000Z (about 2 years ago)
- Last Synced: 2025-03-28T15:50:05.210Z (about 1 year ago)
- Topics: portfolio-website, typescript
- Language: TypeScript
- Homepage:
- Size: 40.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://nuro.dev)
[](https://github.com/tdemapp/website/blob/master/LICENSE)
[](https://vercel.com/import/project?template=https://github.com/nurodev/nuro.dev)
[](https://vercel.com/home?utm_source=nuro&utm_campaign=oss)
## 🛠Development
Clone the repository
```zsh
git clone https://github.com/nurodev/nuro.dev.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
```
## 📄 License
MIT © [Ben Dixon](https://github.com/nurodev/nuro.dev/blob/main/LICENSE)