📦
Installation Tutorial
Install the BlockTavern game and prepare to start your adventure
Here, every block has a story, every player is a legend
# Clone the repository
git clone https://github.com/your-username/doc_blocktavern.git
# Switch to the project directory
cd doc_blocktavern
# Install dependencies
npm install
# Start the development server
npm run docs:dev
# Add all changes
git add .
# Commit content
git commit -m "docs: update documentation content"
# Push changes
git push origin main
Note
Please ensure your Node.js version >= 16.0 and you have already forked the original repository.
git clone
command to clone your fork to local.git commit
to commit your changes.git push
to push your changes to your fork.