This project provides an interactive British Sign Language (BSL) dictionary for common board game terms, with a focus on Zombicide: Black Plague.
You can access the live version of the project here.
- Search for board game terms and see their corresponding BSL signs.
- Supports subwords (e.g., "Walker" links to "Zombie" and "Walk").
- Videos are embedded directly for easy viewing.
- Fully responsive and mobile-friendly.
- Data is currently stored in src/data.json
- Node.js and npm installed on your machine.
- Firebase CLI if deploying to Firebase.
-
Clone the repository:
git clone https://github.com/danbudworthmead/bsl-board-games.git
-
Navigate into the project folder:
cd bsl-board-game-signs
-
Install dependencies:
npm install
-
Start the development server:
npm start
Open http://localhost:3000 to view it in your browser.
We welcome contributions! If you'd like to add more signs or improve the project:
- Fork the repository.
- Create a new branch:
git checkout -b feature-new-sign
- Commit your changes:
git commit -m "Added new sign"
- Push the branch:
git push origin feature-new-sign
- Open a Pull Request.
All contributions are reviewed before merging.
This project is open-source under the MIT License.