Skip to content

DFE-Digital/design

Repository files navigation

Design Manual

This is the Department for Education Design Manual

Prerequisites

Node.JS LTS version

GitHub

and Nodemon installed globally

Run npm i nodemon -g

Then run the app

Add a .env file and add the following keys:

recaptchaPublic=x
recaptchaSecret=x
feedbackTemplateID=x
notifyKey=preprod-x
BASE_URL=http://localhost:3066
sessionkey=x

Contact DesignOps for the keys to use in your local environment. These must never be checked in to source code - the file is included in the .GITIGNORE file.

Run npm install

Run npm run dev

While this is the same command for GOV.UK prototypes, this app is not built using the kit.

We've just made it easier to remember what commands to run for those unfamiliar with running Node apps locally.

Information

When running this command, you may see "Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0."

These are from the GOV.UK Frontend and you do not need to do anything.

About

Design manual for the Department for Education. This service is owned by the Design Ops team. Changes and approvals are managed by @andyjones81 or DfE Design Ops. (See the DFE Design Manual for details)

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks