Skip to content

Commit

Permalink
Merge pull request #1281 from lpsinger/readme
Browse files Browse the repository at this point in the history
Rewrite README with descriptive info about the project
  • Loading branch information
dakota002 authored Aug 24, 2023
2 parents 72f8ed0 + d3994ee commit feedbcd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# General Coordinates Network Web Site

![GCN diagram](app/img/hero/center-cropped.jpg)

[![Node.js CI status](https://github.com/nasa-gcn/gcn.nasa.gov/workflows/Node.js%20CI/badge.svg)](https://github.com/nasa-gcn/gcn.nasa.gov/actions)
[![codecov](https://codecov.io/gh/nasa-gcn/gcn.nasa.gov/branch/main/graph/badge.svg?token=qBUHelfQxL)](https://codecov.io/gh/nasa-gcn/gcn.nasa.gov)

This is the source code for the General Coordinates Network web site, [https://gcn.nasa.gov](https://gcn.nasa.gov). It is based upon Remix, a web framework built on React and written in TypeScript (a strongly typed superset of JavaScript). It combines the server side code (back end) and browser side code (front end) in a single codebase (sometimes called an "isomorphic application"). This project was bootstrapped using the create-remix template.
This is the source code for the General Coordinates Network web site, [https://gcn.nasa.gov](https://gcn.nasa.gov). The General Coordinates Network (GCN) is a public collaboration platform run by NASA for the astronomy research community to share alerts and rapid communications about high-energy, multimessenger, and transient phenomena.

GCN distributes alerts between space- and ground-based observatories, physics experiments, and thousands of astronomers around the world.

For more information, see [What is GCN?](https://gcn.nasa.gov/docs/#what-is-gcn) or check out our [slide deck](https://nasa-gcn.github.io/gcn-presentation/).

## Getting started for local development

Expand Down

0 comments on commit feedbcd

Please sign in to comment.