Skip to content

Source code for the JavaScript Everywhere website. Not intended as an example 🙈

License

Notifications You must be signed in to change notification settings

javascripteverywhere/site

Repository files navigation

jseverywhere.io

This is the source code for the jseverywhere.io website. If you are looking for the book's code examples, visit github.com/javascripteverywhere.

This project was developed quickly and is not intended as an example for building sites with Gatsby. 😰

Getting Started

Clone the repo and install the dependencies:

git clone [email protected]:javascripteverywhere/site.git
cd site
npm install

Usage

For local development:

npm run develop

Build/Deployment

To build the site for static site deployment run

npm run build

Contributing Guidelines

All contributions and suggestions are welcome!

For suggested improvements, please file an issue.

For direct contributions, please fork the repository and file a pull request. If you never created a pull request before, welcome 🎉 😄 Here is a great tutorial on how to send one.

Code of Conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

This project pledges to follow the Contributor's Covenant.

License

The MIT License (MIT)

Copyright 2019-present Adam D. Scott

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Source code for the JavaScript Everywhere website. Not intended as an example 🙈

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published