LatamLink / latamlink.io

Website and technical documentation on the LACChain EOSIO testnet
https://latamlink.io
2 stars 3 forks source link
eosio lacchain testnet

Collaborative Etiquette MIT

Description

Technical documentation for the LACChain EOSIO testnet latamlink.io

This website is created using https://docusaurus.io/, a tool for maintaining technical documentation of open source projects.

Contributions

We use a Kanban style board to prioritize work. Go to the project board.

The main communication channels are github issues and the Telegram channel. Feel free to send any questions you may have.

Contributing Guidelines: https://developers.eoscostarica.io/docs/open-source-guidelines.

Report any bugs big or small by opening an issue.

Edit Content

Documentation is generated from markdown format files located within the /docs sub-folder. See more information here.

Quick guide

File structure

latamlink.io
├── .github
│ ├── workflows
│ | ├── nodejs.yml
│ └─└── services
├── docs
├── src
│ ├── css
│ | ├── custom.css
│ | └── homepage.css
│ └── pages
│   ├── styles.module.css
│   └── index.js
├── static
│ ├── img
│ ├── imgages
│ ├── scripts
│ ├── js
│ ├── other
│ ├── favicon.ico
│ └── CNAME
├── .gitignore
├── babel.config
├── docusaurus.config.js
├── sidebars.js
├── package.json
├── yarn.lock
└── README.md

Resumen de la estructura del proyecto

Before to start

Somethings you need before getting started:

Instructions to run the project locally on Windows 10

  1. Clone this repo
$ git clone https://github.com/LatamLink/latamlink.io.git
  1. Move to the appropriate directory
$ cd latamlink.io
  1. Install all dependencies:

    $ yarn install 
  2. Build the project:

    $ yarn build 
  3. Run local server:

    $ yarn serve 

Publishing

latamlink.io is hosted on GitHub and published using the following commands:

$ yarn build 
$ GIT_USER=LatamLink CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages

License

MIT © LatamLink Testnet