Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jerome1337/jeromepogeant.com


https://github.com/jerome1337/jeromepogeant.com

portfolio rollup svelte tailwindcss typescript

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# jeromepogeant.com

![Code Quality Status](https://github.com/Jerome1337/jeromepogeant.com/workflows/Code%20Quality/badge.svg?branch=master)
![Code Size](https://img.shields.io/github/languages/code-size/Jerome1337/jeromepogeant.com)
[![License](https://img.shields.io/github/license/Jerome1337/jeromepogeant.com)](LICENSE)

## Development

Run

```sh
$ npm install

$ npm run dev
```

Visit `localhost:5000`

Or with Docker Compose

```sh
$ cp docker-compose.override.yml.dist docker-compose.override.yml

$ docker-compose up
```

Visit `localhost:7000`