https://github.com/mldangelo/duncantomlin.com
https://github.com/mldangelo/duncantomlin.com
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mldangelo/duncantomlin.com
- Owner: mldangelo
- Created: 2020-04-18T21:04:36.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T01:35:39.000Z (5 months ago)
- Last Synced: 2026-01-18T05:38:45.857Z (5 months ago)
- Language: TypeScript
- Homepage: https://duncantomlin.com
- Size: 38.6 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
README
# Duncan Tomlin's officialâ„¢ personal site
## Dependencies
Tested with: [node](https://nodejs.org/) >= v12 and optional [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) for managing node versions.
## Set up
To download the repository and install dependencies, run the following commands:
```bash
git clone git://github.com/mldangelo/duncantomlin.com.git
cd duncantomlin.com
nvm install # this is optional - make sure you're running >= node 12 with `node --version`
npm install
```
## Running
Run the following command to build the react application and serve it with fast refresh:
```bash
npm start
```
Your web browser should automatically open to `:` default: [http://localhost:3000](http://localhost:3000).
## Deploying to Github Pages
Modify the environmental variables and git remote url in [`.github/workflows/github-pages.yml`](.github/workflows/github-pages.yml).
Make a commit to `main` and push your changes. That's it.
## Acknowledgements
* Duncan acknowledges no-one.