EOS Costa Rica Developers Documentation Site.
In this site you will find the resources collected in the day-to-day life of EOS Costa Rica collaborators. Feel free to collaborate, comment and suggest changes / ideas to improve the site.
We use a Kanban-style board. That's were we prioritize the work. Go to Project Board.
Contributing Guidelines https://guide.eoscostarica.io/docs/open-source-guidelines .
Please report bugs big and small by opening an issue.
guias.eoscostarica.io/
├── .github
│ ├── workflows
│ | ├── nodejs.yml
│ | └── services
│ └── pull_request_template.md
├── docs
├── src
│ ├── css
│ | ├── custom.css
│ | └── homepage.css
│ ├── pages
│ | └── index.js
├── static
│ ├── img
│ ├── scripts
│ └── CNAME
├── .all-contributorsrc
├── .gitignore
├── docusaurus.config.JS
├── package.json
├── package.json
├── yarn.lock
└── README.md
Somethings you need before getting started
- git
- node.js
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Follow the instructions below.
- Clone this repo
$ git clone https://github.com/eoscostarica/guide.eoscostarica.io.git
- Move to the appropriate directory
$ cd guide.eoscostarica.io
- Install all dependencies:
$ yarn install
- Build the project
$ yarn build
- Run the project:
$ yarn serve
EOS Costa Rica is an independently-owned, self-funded, bare-metal genesis block producer that provides stable and secure infrastructure for EOSIO blockchains. We support open source software for our community while offering enterprise solutions and custom smart contract development for our clients.
MIT © EOS Costa Rica
Thanks goes to these wonderful people (emoji key):
JustinCast 💻 📖 🚇 🚧 📆 👀 🌍 |
Xavier Fernandez 💻 🖋 📖 🤔 👀 |
Angelo Castro G 💻 🖋 📖 🚧 👀 |
Jean Vega D 💻 🖋 📖 🚧 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!