Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

bplmaps/argomaps

Repository files navigation

argo

Building locally

To run a live development server (client-rendered): npm run dev

To build locally with a full build chain, including a traverse of Collections API for all objects: npm run generate

To build locally with a client-rendered build chain, skipping a traverse of Collections API for all objects: npm run generate-staging

Continous integration

All pushes to master are immediately deployed to https://argo-staging.netlify.app, which executes npm run generate-staging (i.e., no Collections API scrape)

Manual deployment is set up to Netlify at https://www.argomaps.org, using npm run generate (with Collections API scrape)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published