Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

guess-js/guess-js.github.io

Repository files navigation

Website of Guess.js

This repository contains the source code for guessjs.com.

Developing

npm i -g gatsby
git clone git@github.com:guess-js/guessjs.com && cd guessjs.com
npm i
gatsby develop

Deployment

For deployment, you need the guess repository in a sibling directory of the docs in order to generate API documentation:

git clone git@github.com:guess-js/guess
git clone git@github.com:guess-js/guessjs.com && cd guessjs.com
npm i
npm run build
git add .
git commit -am 'Publishing the docs'
git push origin master

Adding a Guide

To add a guide, create a markdown file in the content directory. To add a link to the guide in the "Docs" page, edit src/components/docs-layout/index.js and add a new entry in the renderSidebar method.

License

MIT

Releases

No releases published

Packages

No packages published

Contributors 6

AltStyle によって変換されたページ (->オリジナル) /