Skip to content

AngeloCG97/guide.eoscostarica.io

 
 

Repository files navigation

guide.eoscostarica.io

All Contributors

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.

Contributing

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.

Quick guide

File Structure

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

Before to start

Somethings you need before getting started

  • git
  • node.js

Instructions to run the portal locally in Windows 10

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.

  1. Clone this repo
$ git clone https://github.com/eoscostarica/guide.eoscostarica.io.git
  1. Move to the appropriate directory
$ cd guide.eoscostarica.io
  1. Install all dependencies:
$ yarn install
  1. Build the project
$ yarn build
  1. Run the project:
$ yarn serve

About EOS Costa Rica

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.

eoscostarica.io

License

MIT © EOS Costa Rica

Contributors ✨

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!

About

EOS Costa Rica developers docs & EOSIO learning portal 🎓

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.6%
  • CSS 22.4%