A website about me (Kieran O'Neill).
- Install Nodejs v16.15.0+
- Install Yarn v1.22.5+
-
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.
-
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
- Install dependencies:
yarn install
- Start the web server:
yarn start
- Navigate to http://localhost:1337.