| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The goals of this website are as follows:
We aim to write code that is:
Have a question? Make an issue using the question issue template.
Clone the repo.
git clone https://github.com/WriteSpeakCode/writespeakcode.com.gitInstall node modules and start development server.
Navigate into your new site’s directory and start it up.
cd writespeakcode.com/
npm install
npm run developWrite code.
The site is now running at http://localhost:8000
Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.
Each time we make a pull request either on github or via the CMS, Netlify will deploy a preview of our changes to a custom URL.
When any PR is merged into the production branch, Netlify automatically deploys that branch live.
More information about this site and further resources are located in the /docs folder.
| Back | FazBrowse Home | New Git URL |