Skip to content

How does someone build and run this locally like in enclave? #5545

Answered by asyncLiz
jsdev asked this question in Q&A
Discussion options

You must be logged in to vote

You can use the following command to run the catalog's dev server. You need to run the command while inside the ./catalog directory.

cd ./catalog
npm start

We don't have docs on the catalog since the docs are for the components that folks can use in the library, not our catalog server which isn't published to npm.

The catalog's build files are located in the catalog folder (eleventy, esbuild, and firebase).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@asyncLiz
Comment options

Answer selected by jsdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5540 on March 25, 2024 17:07.