Skip to content

mkpsc/monitor-space-hazards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,034 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor Space Hazards (front-end)

sst-beta is a Next.JS app which is deployed to render the front-end for the Monitor Space Hazards service. Monitor Space Hazards is the National Space Operations Centre's (NSpOC) warning and protection SST service for UK satellites.

Screenshot of Monitor Space Hazards homepage

It is deployed at https://www.monitor-space-hazards.service.gov.uk/.

Technical documenation

Before you start

You will first need to ensure you have Node LTS and Pnpm installed. You can check by running pnpm --version.

Create a copy of .env.example as .env and fill in relevant secrets. You will need to obtain these from the development team.

You will need a running version of the back-end API. You may wish to use the hosted back-end dev environment. If you wish you can also set up a local copy of the back-end too.

Running a local dev environment

Run pnpm install to install project dependencies then pnpm dev:next to run a local copy of the app (bound to localhost on IPv6).

Note: To run a copy that can be accessed outside your local machine you need to run yarn nx serve --hostname=0.0.0.0 --port=3000 - this binds to IPv4 on a port of your choice.

Additional docs

License

MIT License

Support

This software is maintained by the team at: monitorspacehazards [at] ukspaceagency [dot] gov [dot] uk

About

Monitor Space Hazards - front-end server using Next.JS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.3%
  • HTML 40.9%
  • EJS 0.8%
  • SCSS 0.3%
  • JavaScript 0.3%
  • Shell 0.2%
  • Dockerfile 0.2%