typvp is a Single/Multiplayer type racing game, akin to 10fastfingers or typeracer.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have yarn installed on your system.
yarn -v
Clone typvp
git clone https://github.com/typvp/typvp.git
Install dependencies
yarn
Hopefully everything goes smoothly.
Running typvp locally:
yarn start
Build typvp locally (doesn't fail, etc):
yarn build
// todo
Once a PR/commit is merged to next Netlify will build typvp and deploy it.
- react - Library
- styled-components - Styling
- mobx - State Managment
- urql - GraphQL Library
- yup + react-hook-form - Forms & Validation
- framer motion - Animation
// todo Submit an issue highlighting the problem/changes that you want to make (or see made). After triage (or if you want to work on it immediately) submit a PR that is tied to the respective issue :)
We will use semver for versioning, but right now we aren't tracking versions.
- Evan Kysley - Core - kysley
This project is licensed under BSD-3-Clause - see the LICENSE.md file for details
- typings.gg for big inspiration
- 10fastfingers
- typeracer