Skip to content

LemonNekoGH/docs-of-easinteraction

Repository files navigation

Docs of Easinteraction

This is document repository of easinteraction-for-cadence

Contributing

  1. Fork and clone the repo
  2. Create a PAT(Personal Access Token): GitHub doc, 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=<your token>
    
  5. Install dependencies
    $ pnpm i
  6. Run this command, and start editing!
    $ pnpm doc:dev
  7. Open a pull request, thank you!

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