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

https://github.com/rjohnpaul/portfolio-prime

Minimalistic Portfolio
https://github.com/rjohnpaul/portfolio-prime

Last synced: 3 months ago
JSON representation

Minimalistic Portfolio

Awesome Lists containing this project

README

        


Website

[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://john.dev)
[![License](https://img.shields.io/badge/-mit-red.svg?longCache=true&style=for-the-badge)](https://github.com/tdemapp/website/blob/master/LICENSE)
[![Website](https://img.shields.io/badge/Deploy-brightgreen.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/import/project?template=https://github.com/johndev/john.dev)
[![Vercel](https://img.shields.io/badge/-powered%20by%20vercel-black.svg?logo=vercel&longCache=true&style=for-the-badge)](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