diff --git a/documentation/README.md b/documentation/README.md new file mode 100644 index 0000000..4837346 --- /dev/null +++ b/documentation/README.md @@ -0,0 +1,51 @@ +
+ +
+ +
+ +## 1. How to installation? + +Create apps with no build configuration.
+If something doesn't work, [file an issue](https://github.com/grindytech/gafi/issues).
+to run you just start the command below + +```sh +git clone -b dev https://github.com/grindytech/gafi-app.git +cd gafi-app +yarn install +yarn dev +``` + +
+ +
+ +## 2. How to use? + +If you wish to explore the application in detail, please connect a wallet, such as +[Polkadot](https://polkadot.js.org/extension/), +[Clover](https://docs.clv.org/use-clv-wallet/download-clv-wallet), +or [Subwallet](https://www.subwallet.app/download.html)
+As a guest you can only preview the application interaction with the app's features is not available.
+To learn more, please refer to our [documentation](https://wiki.gafi.network/learn/web3-gaming).
+ +The following is a guide to using the application: + +## 3. How to test + +Before deployment, crucial applications must pass unit testing to ensure functionality
+and prevent bugs. also ensuring user satisfaction.
+To better understand unit testing techniques for resolving [issues](https://jestjs.io/docs/getting-started) + +```sh +git clone -b dev https://github.com/grindytech/gafi-app.git +cd gafi-app +yarn install +yarn test +``` + +
+ + +