Skip to content
Discussion options

You must be logged in to vote

Hi @tordans thanks for trying out. Yes that's correct it runs client side. However there's nothing stopping you using it server-side as there's no particular dependency on the DOM. Checkout the quick-start see below. For examples of without ReactJS checkout the tests they have examples that run via the CLI.

Client Side:

curl -L https://github.com/decision-labs/geoai.js/archive/refs/heads/main.zip -o repo.zip
unzip repo.zip "geoai.js-main/examples/01-quickstart/*"
mkdir -p examples
mv geoai.js-main/examples/01-quickstart examples/
rm -rf geoai.js-main repo.zip

cd examples/01-quickstart
pnpm i
pnpm start

PS. Feel free to ping me if there's something specific you are hoping to achieve we a…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sabman
Comment options

@tordans
Comment options

@sabman
Comment options

Answer selected by sabman
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