Files
2022-02-21 14:50:21 -08:00
..
2022-02-14 12:50:19 -08:00
2022-02-18 00:43:53 -08:00

Getting Started

# install npm dependencies (in all repos)
pnpm run start
# start Docker services (you must have Docker installed)
docker compose up -d
# bring up documentation / playground site
pnpm run dev

You are now up and running with the documentation site and assuming your Docker services also started up -- the search server and scraper utility -- then you will be able to start trying out searches immediately.

If for some reason your browser didn't open to http://localhost:3333 please redirect yourself there now.