Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndhoule/nathanhoule.com
Personal website, found at http://nathanhoule.com
https://github.com/ndhoule/nathanhoule.com
Last synced: 13 days ago
JSON representation
Personal website, found at http://nathanhoule.com
- Host: GitHub
- URL: https://github.com/ndhoule/nathanhoule.com
- Owner: ndhoule
- Created: 2014-08-14T05:49:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:23:27.000Z (8 months ago)
- Last Synced: 2024-04-10T13:55:36.763Z (7 months ago)
- Language: TypeScript
- Size: 9.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `nathanhoule.com`
My (Nathan Houle) personal website.
## Requirements
- [Node.js](https://nodejs.org/en)
- [Yarn](https://yarnpkg.com/)## Development
This project uses Yarn to manage dependencies.
To install dependencies:
```sh
$ yarn install
```To develop:
```sh
$ yarn run dev
```## Deployment
This site is publicly available at [www.nathanhoule.com](https://www.nathanhoule.com/).
It's deployed as a container image to my Nomad cluster; deployments are automatically performed by CI/CD ([Gitea Actions](./.gitea/)).
To deploy to Nomad manually, see `package.json#scripts.deploy` (or `yarn run deploy`); to build the image locally, see `package.json#scripts.build-docker`.