Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.04 KB

README.md

File metadata and controls

70 lines (53 loc) · 2.04 KB

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.