This repo is the home for auro.alaskaair.com.
This project adheres to all open-source best practices. Please review the Auro Contributing Guidelines for any information regarding the editing of the site.
After cloning the repo locally, please address these simple steps;
$ npm i
$ npm run dev
To run the Github data service pages, you will need to add a /.env
file, at the repo root, with a PAT (Personal Access Token) from Github. This file is intentionally ignored.
In your local /.env
file add the following:
VITE_GH_TOKEN=[add your PAT]
Go to Personal access tokens, generate a new token with the following settings:
The CI/CD pipeline will publish a new build of the site with each merge to master
.