Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lemonnekogh/docs-of-easinteraction

Docs of easinteraction
https://github.com/lemonnekogh/docs-of-easinteraction

blockchain cadence code-generator easinteraction flow

Last synced: 11 days ago
JSON representation

Docs of easinteraction

Awesome Lists containing this project

README

        

# Docs of Easinteraction
This is document repository of [easinteraction-for-cadence](https://github.com/LemonNekoGH/easinteraction-for-cadence)
## Contributing
1. Fork and clone the repo
2. Create a `PAT(Personal Access Token)`: [GitHub doc](https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api?apiVersion=2022-11-28), it will used to get latest tag.
3. Create a `.env` file in your directory root
4. Write contents in `.env` file
```
VITE_APP_PAT=
```
5. Install dependencies
```shell
$ pnpm i
```
6. Run this command, and start editing!
```shell
$ pnpm doc:dev
```
7. Open a pull request, thank you!

Note: Please don't upload your environment files to VCS!