An open API service indexing awesome lists of open source software.

https://github.com/lancelet/healpix-webviz

Web-based visualization of HEALPix stuff
https://github.com/lancelet/healpix-webviz

Last synced: 3 months ago
JSON representation

Web-based visualization of HEALPix stuff

Awesome Lists containing this project

README

          

# healpix-webvix

[![Node.js CI](https://github.com/lancelet/healpix-webviz/workflows/Node.js%20CI/badge.svg)](https://github.com/lancelet/healpix-webviz/actions)

Link to [live version on GitHub
pages](https://lancelet.github.io/healpix-webviz/index.html).

Based on the [Getting Started with
Parcel](https://github.com/purescript/spago#get-started-from-scratch-with-parcel-frontend-projects)
guide from the spago documentation.

## Development Guide

1. Needs npm, purescript and spago.
1. Enter a live dev environment with:
```
npm run dev
```
This will serve a web site from the local machine.
1. Build the PureScript in a different window with:
```
spago build --watch
```
1. Format the source code with:
```
npm run format
```

## Production Build

For a production build:

```
npm run build
```