Skip to content

Latest commit

Β 

History

History
46 lines (30 loc) Β· 2.05 KB

README.md

File metadata and controls

46 lines (30 loc) Β· 2.05 KB

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.