Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerome1337/jeromepogeant.com
https://github.com/jerome1337/jeromepogeant.com
portfolio rollup svelte tailwindcss typescript
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerome1337/jeromepogeant.com
- Owner: Jerome1337
- License: mit
- Created: 2020-08-04T09:04:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:53:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:02:30.252Z (9 months ago)
- Topics: portfolio, rollup, svelte, tailwindcss, typescript
- Language: Svelte
- Homepage: https://jeromepogeant.com
- Size: 5.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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`