@visiosto/platform-gatsby
v0.2.1
Published
Components powering the development of the Visiosto cloud platform built on top of Gatsby and React
Downloads
1
Readme
Visiosto Platform Components for Gatsby
An npm package with the components powering the development of the Visiosto cloud platform built on top of Gatsby and React.
Install
With yarn
:
yarn add @visiosto/platform-gatsby
With npm
:
npm install @visiosto/platform-gatsby
Build
Before building platform-gatsby
, please ensure that you have Node.js and Yarn installed. Please note that this project uses the Yarn Classic.
First, clone the GitHub repository of platform-gatsby
.
Via HTTPS: If you’re checking out sources as read-only, HTTPS works best.
git clone https://github.com/visiosto/platform-gatsby.git
Via SSH: If you’re planning on regularly making direct commits, cloning over SSH may provide a better experience (it requires uploading SSH keys to GitHub)
git clone [email protected]:visiosto/platform-gatsby.git
Via GitHub CLI: If you work chiefly with GitHub, using the official GitHub CLI may provide the best experience.
gh repo clone visiosto/platform-gatsby
After cloning the source, make sure to change to the cloned directory.
cd platform-gatsby
Then install the dependencies for the build.
yarn install
Finally, build the project.
yarn build
Contributing
Contributions to platform-gatsby
are welcome and encouraged! There are many ways to contribute to it. You can find the guidelines for contributing in CONTRIBUTING.
This project adheres to the Contributor Covenant Code of Conduct. By participating, you’re expected to uphold this code. Please report unacceptable behaviour to [email protected].
Licence
platform-gatsby
’s source code is licensed under the MIT License.