Skip to content

uwblueprint/website-bp

Repository files navigation

UW Blueprint Website

Website for UW Blueprint - Currently in development!

Project Architecture

  1. NodeJS application powered by the Next.JS framework
  2. Service: Netlify for deployment

Please see Blueprint Notion for complete list of documentation.

Maintained by the Blueprint Internal Tools team.

Local Dependencies

  1. Yarn

Run Locally

Running the development server.

# Install dependencies
yarn
# Run locally
yarn dev

Building for production.

yarn build

Running the production server.

yarn start

Development

Linters run automatically as a pre-commit hook on edited .js, .jsx, .ts, .tsx files you edit and commit

Deployment

Deployments occur automatically on push to main branch and any PRs through Netlify.

Deployment Status: Netlify Status

License

MIT