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
- Host: GitHub
- URL: https://github.com/lancelet/healpix-webviz
- Owner: lancelet
- Created: 2020-06-20T11:25:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:18:48.000Z (over 3 years ago)
- Last Synced: 2025-09-07T05:44:18.208Z (9 months ago)
- Language: PureScript
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# healpix-webvix
[](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
```