Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtrrll/portfolio

jtrrll's personal portfolio
https://github.com/jtrrll/portfolio

nix portfolio rust website

Last synced: 6 days ago
JSON representation

jtrrll's personal portfolio

Awesome Lists containing this project

README

        

# portfolio

![GitHub Actions CI Status](https://img.shields.io/github/actions/workflow/status/jtrrll/portfolio/ci.yaml?branch=main&logo=github&label=CI)
![License](https://img.shields.io/github/license/jtrrll/portfolio?label=License)

jtrrll's personal portfolio.

## Usage

1. [Install Nix](https://zero-to-nix.com/start/install)
2. Run the following to start all services:


```sh
devenv up
```

3. Run the following to start the `portfolio` application:


```sh
nix run .#portfolio
```