Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/c-d-lewis/howoldisryan.com
- Owner: C-D-Lewis
- License: apache-2.0
- Created: 2021-07-28T11:41:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T16:12:12.000Z (4 months ago)
- Last Synced: 2024-07-13T17:29:20.118Z (4 months ago)
- Language: JavaScript
- Size: 536 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# howoldisryan.com
He may be older than you think.
## Play the scroller greeting
```shell
cd scrollernpm ci
node index.js
```## Build the site
```shell
cd howoldisryan.comnpm ci
npm run build
```Then serve it locally:
```shell
python3 -m http.server
```Then view it at `http://localhost:8000`.