Skip to content

🩺 πŸš‘ πŸ‘©πŸ½β€βš•οΈπŸš€πŸ‘¨πŸ»β€βš•οΈπŸ‘©πŸΏβ€βš•οΈπŸ‘¨πŸΎβ€βš•οΈπŸšπŸ‘©πŸΌβ€βš•οΈ πŸš‘ 🩺

License

nhsland/futurenhs-platform

Β 
Β 

Repository files navigation

Platform

Documentation

Contributing

See CONTRIBUTING for the contribution process.

See READMEs of the individual components for details about the development process:

  • Go to infrastructure to make changes to the infrastructure components in Azure, such as the Kubernetes cluster, PostgreSQL server or Azure Storage. The README shows how to setup your own development environment, so you can test your changes before applying them to production.
  • Go to frontend to make changes to the website.
  • Go to workspace-service to make changes to the backend and GraphQL API for workspaces.
  • Go to event-models to add new event models or extend existing ones.
  • Go to test to make changes to Selenium tests for Internet Explorer.

You already have Docker, Rust and Node.js installed and just want to see something? Open 2 terminals and run:

cd workspace-service && make run-local
cd frontend && WORKSPACE_SERVICE_GRAPHQL_ENDPOINT=http://localhost:3030/graphql yarn dev

Linting

The following tools are used within CI to verify formatting. You may find it useful to use them locally, too.

Note: Prettier formats all relevent code in this repo, and therefore is installed at the top level. Run yarn to install.

Licence

Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation.

The documentation is Β© Crown copyright and available under the terms of the Open Government 3.0 licence.

About

🩺 πŸš‘ πŸ‘©πŸ½β€βš•οΈπŸš€πŸ‘¨πŸ»β€βš•οΈπŸ‘©πŸΏβ€βš•οΈπŸ‘¨πŸΎβ€βš•οΈπŸšπŸ‘©πŸΌβ€βš•οΈ πŸš‘ 🩺

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.6%
  • Rust 27.8%
  • JavaScript 10.0%
  • Shell 6.3%
  • HCL 6.2%
  • Makefile 1.0%
  • Other 1.1%