Giter Club home page Giter Club logo

web-launch-checklist's Introduction

Web Launch Checklist - https://weblaunchchecklist.com/

This website displays the most useful and effective tips for Performance, SEO, Security, Accessibility, Content, and Functionality for websites in checklist form. The checkboxes and counters persist through localstorage and the whole document can be downloaded in multiple formats. I want it to be easy to edit so please fork and suggest changes!

To start a development environment run these commands:

npm install in the root directory of this project

gulp default to watch for changes in main.scss and main.js

Contributing

Please read the following for details on the process of submitting change ideas.

Contributing with code:

Create a fork of this repository, run the above commands to start a development environment, then submit a pull request with a title starting either "New:", "Modify:", or "Remove:" depending on the nature of your change.

Here is a sample of what the HTML code block looks like where the all caps text is replaceable. The "..." is where I removed some fixed code for the purposes of examples.

 <section class="checklist">
        <h2 class="checklist__title">TITLE OF SECTION</h2>
        ...
        <ul class="checklist-container">
            <li class="checklist-item">
                <input id="" type="checkbox"/><label for="" class="checkbox"></label><span
                    class="checklist-item__title">CHECKLIST ITEM TITLE</span>
               ...
                <div class="info-container">
                    <div class="info">
                        EXTRA INFORMATION
                    </div>
                </div>
            </li>
  • Repeat the <li class="checklist-item"> block for more checklist items.
  • Repeat the <section class="checklist"> block for more checklist sections.

You should limit yourself to editing the:

  • Title of the section (h2 class="checklist__title")
  • Checklist item title (span class="checklist-item__title")
  • Extra information, keep in mind that only unordered lists and links have defined styles (div class="info")

Contributing without coding:

Create an Issue with a title starting either "New:", "Modify:", or "Remove:" depending on the nature of your suggestion. Please be as detailed as possible and include credible links where necessary


See also the list of contributors who participated in this project.

This project is licensed under the CC BY-SA 4.0 License - see the Creative Commons License website for details

web-launch-checklist's People

Contributors

harrisjt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-launch-checklist's Issues

error on gulp default

after npm install, i do sudo gulp default, but it shows the errors,

sudo gulp default
[11:10:59] Using gulpfile /Applications/MAMP/htdocs/ceklist/gulpfile.js
[11:10:59] Starting 'default'...
[11:10:59] Starting 'js'...
[11:11:00] Finished 'js' after 576 ms
[11:11:00] Starting 'css'...
[11:11:00] 'css' errored after 224 ms
[11:11:00] TypeError in plugin 'gulp-autoprefixer'
Message:
this is not a typed array.
Details:
fileName: /Applications/MAMP/htdocs/ceklist/_include/css/main.css
domainEmitter: [object Object]
domain: [object Object]
domainThrown: false
Stack:
TypeError: this is not a typed array.
at Function.from (native)
at /Applications/MAMP/htdocs/ceklist/node_modules/gulp-autoprefixer/index.js:25:27
at process._tickDomainCallback (node.js:411:9)
[11:11:00] 'default' errored after 805 ms

Styles

Why are none of the styles coming through it's like I just have a whole bunch of straight up html?

Invalid SSL certificate on website

It seems that the SSL certificat is invalid, which results in Chrome showing a security warning page the user has to accept. Tested on Chrome 68, Windows 10.

Also see:
cert

Plus, the security dev panel:
snip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.