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
- Host: GitHub
- URL: https://github.com/jabolol/portfolio
- Owner: Jabolol
- Created: 2022-08-01T12:23:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T22:41:52.000Z (over 2 years ago)
- Last Synced: 2025-03-21T15:52:34.000Z (over 1 year ago)
- Topics: deno, fresh, tailwind, typescript
- Language: TypeScript
- Homepage: https://jabolo.deno.dev/
- Size: 3.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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
```