Git Product home page Git Product logo

30-seconds-starter's Introduction

30 seconds

30-seconds-starter

A simple starter repository for 30-seconds projects.

Use this template to kick off your next, great 30 seconds project with all of the important things already set up.


Motivation

This repository should act as a template for any and all new 30-seconds projects (official or otherwise) that want to follow the standard format and procedures. The main reasoning behind this is that the 30-seconds movement has never been very organized or specific about templates and guidelines which, in turn, has led many developers to question the standards and guidelines for marking a repository official, while many others have found themselves needing some guidance in starting a new project.

In order to fix both issues, we provide this template repository as the essential tooling, guideline and sample kit for new projects aspiring to be part of the movement.

Installation

  1. Install node.js v8 or newer.
  2. Clone the repository or click Use this template on the GitHub repository to create a new project.
  3. Run npm install. Wait for installation to finish.
  4. Allow Travis CI to access your repository, configure accordingly.
  5. Create a personal access token via GitHub and add it as an environment variable to your Travis CI, named GH_TOKEN.
  6. Configure Netlify to serve your website.

License

As always, the source code is licensed under CC0-1.0, whereas logos and trademarks are not to be reproduced without the explicit consent of the original creators.

Remove instructions above this line to start building your project.

Logo

30 seconds starter

Curated collection of useful snippets that you can understand in 30 seconds or less.

  • Use Ctrl + F or command + F to search for a snippet.
  • Contributions welcome, please read the contribution guide.

Related projects

Contents

Function

View contents

Utility

View contents

Function

snippetA

Explain briefly what the snippet does.

Explain briefly how the snippet works.

const snippetA = () => null;
Examples
snippetA(''); // null


⬆ Back to top


Utility

snippetB

Explain briefly what the snippet does.

Explain briefly how the snippet works.

const snippetB = () => undefined;
Examples
snippetB(''); // undefined


⬆ Back to top

Credits

30-seconds-starter's People

Contributors

30secondsofcode avatar chalarangelo avatar

Watchers

 avatar  avatar

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.