Daemon Technologies Documentation
Introduction
Daemon Technologies 地灵科技 is a software company focused on driving the adoption of Stacks technology in Asia.
We build technology around under served opportunities in the Stacks ecosystem, including STX Mining & Stacking via Proof of Transfer (PoX), DeFi with Clarity Smart Contracts, and more.
This documentation website is used for product tutorials and infrastructure introductions.
Install & Build
-
(2) Install the jekyll and bundler gems:
gem install jekyll bundler
-
(3) Start Documentation Websites:
bundle exec jekyll serve
And you will see:
Configuration file: /Users/gavin/Desktop/DaemonTech/docs/_config.yml Source: /Users/gavin/Desktop/DaemonTech/docs Destination: /Users/gavin/Desktop/DaemonTech/docs/_site Incremental build: disabled. Enable with --incremental Generating... GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data. done in 11.295 seconds. Auto-regeneration: enabled for '/Users/gavin/Desktop/DaemonTech/docs' Server address: http://127.0.0.1:4000 Server running... press ctrl-c to stop.
Then you can visit http://127.0.0.1:4000 to take a look of it!!