Nebulearn is a collection of educational resources for those wanting to get started developing on the Nebulas blockchain.
-
git clone https://github.com/HermantNET/nebulearn.git -
cd nebulearn/ -
npm install -
npm install -g gatsby -
gatsby develop -
Open http://localhost:8000 in your browser.
Make sure to have a descriptive title and description with a rundown on what was changed.
Please try to prefix PR's with one or more of the following:
ie. [BUG] Fixed grammar in index.js
ie. [FEAT] Made site SEO compliant
When adding a new page please use snake casing for the filename.
ie. [PAGE] Added transaction-details.js