Skip to content

City-of-Lincoln-Council/housing-repairs-online-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Housing Repairs Online

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install all dependencies:

yarn install

Copy the example.sentryclirc file and set the token to from your sentry account:

cp example.sentryclirc .sentryclirc

Globally install azure function tools:

 npm install -g azure-functions-core-tools@3 --unsafe-perm true

In one terminal run the next development server:

nvm use && yarn dev

In another terminal run the function server:

Copy the example.env file and set the values to point to the repairs API:

cd api/ && cp example.env .env

Start the development function

cd api/ && nvm use && yarn start

if the function doesn't start try switching your node version to 14.0.0

Open http://localhost:3000 with your browser to see the result.

Look and feel

The app can be deployed using original Gov.uk design system styles or using Lincoln.gov styles.

Original Lincoln
Original Lincoln

To return to the original design, remove @import "lincoln"; from globals.scss

To find out how these interface was designed, please read the common service pattern.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

General note dump

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages