https://github.com/rjohnpaul/portfolio-prime
Minimalistic Portfolio
https://github.com/rjohnpaul/portfolio-prime
Last synced: 3 months ago
JSON representation
Minimalistic Portfolio
- Host: GitHub
- URL: https://github.com/rjohnpaul/portfolio-prime
- Owner: RJohnPaul
- License: mit
- Created: 2024-01-03T15:08:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:36:12.000Z (over 1 year ago)
- Last Synced: 2025-01-20T07:44:02.697Z (5 months ago)
- Language: TypeScript
- Size: 40.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://john.dev)
[](https://github.com/tdemapp/website/blob/master/LICENSE)
[](https://vercel.com/import/project?template=https://github.com/johndev/john.dev)
[](https://vercel.com/home?utm_source=john&utm_campaign=oss)## 🛠Development
Clone the repository
```zsh
git clone https://github.com/johndev/john.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