Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lemonnekogh/docs-of-easinteraction
- Owner: LemonNekoGH
- License: mit
- Created: 2023-04-16T07:27:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T04:17:01.000Z (over 1 year ago)
- Last Synced: 2024-10-26T22:53:01.053Z (about 2 months ago)
- Topics: blockchain, cadence, code-generator, easinteraction, flow
- Language: CSS
- Homepage: https://docs.easi-gen.lemonneko.moe/
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!