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

https://github.com/jabolol/portfolio

My portfolio website, where I showcase my latest projects and skills as a full stack developer
https://github.com/jabolol/portfolio

deno fresh tailwind typescript

Last synced: 2 months ago
JSON representation

My portfolio website, where I showcase my latest projects and skills as a full stack developer

Awesome Lists containing this project

README

          

![Open Graph preview](https://javirios.com/api/og)

## Getting started

Install deno if you haven't already:

```sh
curl -fsSL https://deno.land/x/install/install.sh | sh
```

Clone the repo:

```sh
git clone git@github.com:Jabolol/portfolio.git .
```

Set up environment variables:

```sh
cp .env.example .env
```

Edit `.env` and add your GitHub username and other variables:

```env
GITHUB_USERNAME=your_github_username
SITE_URL=https://yourdomain.com
```

Run the development server:

```sh
deno task dev
```