Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rjt-rockx/hexage-wiki

A wiki for Hexage games. Not affiliated with or endorsed by Hexage.
https://github.com/rjt-rockx/hexage-wiki

game hexage vite vitepress vue wiki

Last synced: 7 days ago
JSON representation

A wiki for Hexage games. Not affiliated with or endorsed by Hexage.

Awesome Lists containing this project

README

        

# hexage-wiki

A wiki for Hexage games

## Setup

1. Install [Node.js](https://nodejs.org/)
2. Install [pnpm](https://pnpm.io/)
3. Clone this repository
4. Run `pnpm install`
5. Run `pnpm dev`
6. Open `http://localhost:5173` in your browser

## Environment Variables

### Algolia DocSearch

To enable Algolia DocSearch, you need to set the following environment variables in `.env` file:

- `ALGOLIA_APP_ID` - Algolia App ID
- `ALGOLIA_SEARCH_API_KEY` - Algolia Public Search API Key
- `ALGOLIA_INDEX_NAME` - Algolia Index Name

Without these variables, it will fallback to the default search which may not work as expected.