Skip to content

Public website for crru.org.uk – built with NextJS, TypeScript, React, SCSS

License

Notifications You must be signed in to change notification settings

CRRU-UK/website

Repository files navigation

CRRU Website

Test

Quality Gate Status Maintainability Rating Bugs Code Smells Vulnerabilities

  1. Introduction
  2. Overview
  3. Installation
  4. Development
  5. Deployment

Introduction

Source code for the CRRU website – built in NextJS, TypeScript, React, and SCSS.

The website primarily uses Contentful as the main source of data.

Overview

The app is made up of the following parts:

  • src/ contains the main code
  • public/ contains static assets (e.g. fonts and icons)
  • redirects.json contains permanent redirects for the previous website

Installation

  1. Clone the repository
  2. Ensure you are using Node version >= 22 (nvm install 22 / nvm use 22)
  3. Install the dependencies by running npm ci

The following environment variables should be provided when running the server (an .env file in the root is supported – see .env.example for an example):

Variable Description
NODE_ENV Environment the app is running on.
NODE_CONTENTFUL_SPACE_ID Contentful space ID.
NODE_CONTENTFUL_ENVIRONMENT Contentful environment.
NODE_CONTENTFUL_DELIVERY_API_TOKEN Contentful Delivery API access token.
NODE_CONTENTFUL_PREVIEW_API_TOKEN Contentful Preview API access token.
NODE_CONTENTFUL_ENVIRONMENT Contentful environment.
NEXT_PUBLIC_CLOUDFLARE_CHALLENGE_SITE_KEY Cloudflare Turnstile site key.
NODE_CLOUDFLARE_CHALLENGE_SECRET_KEY Cloudflare Turnstile secret key.
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID Google Analytics tracking ID.
NODE_SMTP_HOST SMTP host for sending emails.
NODE_SMTP_PORT SMTP port for sending emails.
NODE_SMTP_USERNAME SMTP username for sending emails.
NODE_SMTP_PASSWORD SMTP password for sending emails.
NODE_SIGHTING_EMAIL Email address to send sightings to.

Development

Below are the NPM commands that can be used for development:

Command Description
start Starts the app (requires build to be run).
build Builds the app for production.
dev Runs the app in development mode.
test Runs test:eslint, test:typescript, and test:unit sequentially.
test:eslint Runs ESLint tests.
test:stylelint Runs stylelint tests.
test:typescript Runs TypeScript tests.
test:unit Runs unit and integration tests and generates a coverage report.
test:unit:watch Same as test:unit but runs it in watch mode.

Deployment

The app runs on port 3000.

About

Public website for crru.org.uk – built with NextJS, TypeScript, React, SCSS

Topics

Resources

License

Stars

Watchers

Forks

Languages