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

https://github.com/mldangelo/duncantomlin.com


https://github.com/mldangelo/duncantomlin.com

Last synced: 5 months ago
JSON representation

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.