The app is deployed at tekkendocs.com. Tekken docs gathers frame data and learning resources for the video game Tekken.
The application is built with Remix, so follows their development standards. First run npm install
to install all dependencies.
npm install
Start the Remix development asset server and the Express server by running:
npm run dev
To run the application with a live connection, you need to set appropriate keys in the environment. To make the app run without these keys, and without live data, you can run against mock data.
npm run dev-mock-data
You are not allowed to copy, distribute the code in this repository without explicit permission. The data the website exposes can be used, we just appreciate that you give credit to tekkendocs.com and rbnorway.org where you are using the data.