A documentation site template built on top of Gatsby.
Technologies used:
To build the site in macOS:
Install the Yarn package.
brew install yarn
Install the project dependencies.
yarn install
Build and run the site.
yarn develop
View the site in a browser: http://localhost:8000/
Press Ctrl+C in the serve terminal to stop the server.