Skip to content

A website about me! (Kieran O'Neill)

License

Notifications You must be signed in to change notification settings

kieranroneill/kieranoneill.com

Repository files navigation

Kieran O'Neill (the website)

GitHub release GitHub Release Date - Published_At

GitHub License

A website about me (Kieran O'Neill).

Table of contents

🛠️ Development

Prerequisites

Back to top ^

Setting up the dev environment

  1. Before we install the dependencies, we need to get a Personal Access Token (PAT) on GitHub. See here on instructions on how to create one.

  2. Create a new file at the root of this project, replacing GITHUB_PAT with the PAT you created in the previous step:

cat > .npmrc << EOF
//npm.pkg.github.com/:_authToken=GITHUB_PAT
@kieranroneill:registry=https://npm.pkg.github.com
EOF
  1. Install dependencies:
yarn install

2. Running locally

  1. Start the web server:
yarn start
  1. Navigate to http://localhost:1337.