@rubin-epo/space-surveyors
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Space Surveyors

Space Surveyors is built as library package using Vite with a built-in example application

Commands

Vite scaffolds the package inside /src, and also sets up a playground for it inside /example.

The recommended workflow is to build the library in one terminal:

yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run the example inside another:

cd example

yarn # install dependencies
yarn start # or yarn start

The example installs the package built into /dist as a module. For live development, build the library using yarn start and yarn link to create a symlink between the library and example.

To do a one-off build of the library package, use npm run prepare or yarn prepare.

Deployment

Space Surveyors is deployed using gh-pages and lives at https://lsst-epo.github.io/space-surveyors/. To deploy a branch to Github Pages:

yarn deploy

A predeploy script will build the library and then the example and gh-pages will push the Parcel example/dist directory to the gh-pages branch.

Readme

Keywords

none

Package Sidebar

Install

npm i @rubin-epo/space-surveyors

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

9.75 MB

Total Files

7

Last publish

Collaborators

  • alexgoff
  • blnkt