Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.43 KB

info_crystal

Welcome to the Crystal Wiki. Here is where you'll find all info on anything related to:

  • The Crystal Twin
  • The Crystal Experiences
  • The Crystal Universe
  • The Crystal Language
  • The Crystal Company
  • And more

If you have any input, would like to see additions, or a cool idea, feel free to list an issue here, and we'll make sure to try and get it in there.

If you need any support please visit our website and use the chat widget in the bottom right of your screen. Our team will answer your questions as soon as possible.

This wiki is hosted on: TBD

to run locally (to update once new links are available)

get the documents (content) using git

mkdir -p ~/code/github/threefoldfoundation
cd ~/code/github/threefoldfoundation
#git clone https://github.com/threefoldfoundation/info_threefold/ -b development
#if you have your ssh key for github and you edit use
git clone [email protected]:threefoldfoundation/info_threefold.git -b development

run the server

cd ~/code/github/threefoldfoundation/info_threefold
#will open local browser
run.sh

Editing the wikis

  • all md files are under src/docs directory, please make sure you get all your changes there.