-
Notifications
You must be signed in to change notification settings - Fork 5
Contributing
Brett Stevenson edited this page Nov 26, 2019
·
1 revision
- Make sure you have
yarninstalled. - Create a new folder for your yarn workspace.
mkdir gatsby-disqus-workspace - Inside your workspace folder, clone this repo.
-
cdintogatsby-disqus-workspace/gatsby-plugin-disqus/and runyarn && yarn watch. Leave this terminal window open. - Add a gatsby site that uses
gatsby-plugin-disqusinto your workspace folder for testing purposes. - In your workspace folder create a
package.jsonand add the following:
{
"private": true,
"workspaces": [
"your-example-test-site",
"gatsby-plugin-disqus/lib"
]
}- In a new terminal window, navigate to your workspace folder and run
yarn && yarn workspace <example-site> run develop.