Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisae9/chis-website

A simple blog-style website that serves as a record-keeper for my projects and accomplishments.
https://github.com/chrisae9/chis-website

blog gatsby javascript resume scss

Last synced: about 1 month ago
JSON representation

A simple blog-style website that serves as a record-keeper for my projects and accomplishments.

Awesome Lists containing this project

README

        

# [chis.dev](https://chis.dev)

## Dependencies

- docker
- docker-compose

## Run

```bash
# Production & Development
docker-compose -f "docker-compose.yaml" up -d --build

# Production or Development
docker-compose -f "docker-compose.yaml" up -d --build [dev|prod]
```

Powered by [Gatsby-starter-bee](https://github.com/JaeYeopHan/gatsby-starter-bee)