Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rjt-rockx/hexage-wiki
- Owner: rjt-rockx
- License: mit
- Created: 2024-02-17T08:01:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T14:16:57.000Z (2 months ago)
- Last Synced: 2025-01-11T03:33:14.372Z (15 days ago)
- Topics: game, hexage, vite, vitepress, vue, wiki
- Language: TypeScript
- Homepage: https://hexage.wiki
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 NameWithout these variables, it will fallback to the default search which may not work as expected.