A wiki for Hexage games
- Install Node.js
- Install pnpm
- Clone this repository
- Run
pnpm install - Run
pnpm dev - Open
http://localhost:5173in your browser
To enable Algolia DocSearch, you need to set the following environment variables in .env file:
ALGOLIA_APP_ID- Algolia App IDALGOLIA_SEARCH_API_KEY- Algolia Public Search API KeyALGOLIA_INDEX_NAME- Algolia Index Name
Without these variables, it will fallback to the default search which may not work as expected.