Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-d-lewis/howoldisryan.com

He may be older than you think.
https://github.com/c-d-lewis/howoldisryan.com

Last synced: 2 days ago
JSON representation

He may be older than you think.

Awesome Lists containing this project

README

        

# howoldisryan.com

He may be older than you think.

## Play the scroller greeting

```shell
cd scroller

npm ci

node index.js
```

## Build the site

```shell
cd howoldisryan.com

npm ci

npm run build
```

Then serve it locally:

```shell
python3 -m http.server
```

Then view it at `http://localhost:8000`.