WebGL-based viewer for MERFISH data
git clone https://github.com/JEFworks/MERmaid.git
cd MERmaid
npm install
npm start
npm run-script build
cp -r build/ docs/
## rename homepage paths in build if needed
cd build
# Check python version
python -V
# If Python version returned above is 3.X
python -m http.server 8080
# If Python version returned above is 2.X
python -m SimpleHTTPServer 8080
Then point your browser to http://localhost:8080/ Alternatively http://127.0.0.1:8080/
Replace the data.csv.gz
file in the build/ folder and follow the Run without re-building
steps above.