770grappenmaker / docs-new

A community-led experiment to build better docs and helpful content :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battlesnake community documentation

This repository contains a rewrite of all documentation for Battlesnake, which is made and maintained by the community. We aim to not only improve the old docs, but also provide more helpful content. One of the topics we want to improve on is ML/AI. Contributions are more than welcome, feel free to make a pull request, after you have read the contributing guide.

Setting up/building the project

As a prerequisite, you need to have at least Node.js 18 installed. The preferred package manager is npm. First, install all Docusaurus dependencies:

$ npm install

Then, you can start a live development environment:

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

To build the documentation into a static page:

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

About

A community-led experiment to build better docs and helpful content :)

License:MIT License


Languages

Language:JavaScript 82.9%Language:CSS 17.1%