Skip to content

A website about me! (Kieran O'Neill)

License

Notifications You must be signed in to change notification settings

kieranroneill/kieranoneill.com

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2023
Sep 15, 2021
Jan 25, 2024
Jan 25, 2024
Dec 4, 2020
Dec 4, 2020
Dec 4, 2020
Oct 20, 2023
Oct 20, 2023
Oct 20, 2023
Dec 4, 2020
Dec 4, 2020
Dec 4, 2020
Oct 20, 2023
Dec 22, 2023
Oct 20, 2023
Dec 22, 2023
Dec 22, 2023
Dec 4, 2020
Dec 22, 2023
Dec 22, 2023
Dec 22, 2023

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.