Giter Club home page Giter Club logo

webgems's Introduction

webgems.io

This project should help anyone to find new resources but especially beginners in the field to have something they can look things up.

Prerequisites

Since this is a Nuxt project, you need nodejs and npm.

Installing

# clone repo
$ git clone https://github.com/lostdesign/webgems.git

# cd into webgems
$ cd webgems

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

How to add a new resource

We manage our resources in store.json. The schema is as follows:

[
  {
    "title": "Category",
    "slug": "/category",
    "resources": [
      {
        "title": "Awesome resource",
        "desc": "This awesome resource will make your life much easier.", // 1 - 2 sentences long.
        "url": "https://url.com"
      }
    ]
  }
]

If you just want to add a resource to an already existing category, extend the resources array with your resources. Please include all the keys enlisted (title, desc, url).

For URLs, please consider the following:

  • Do not link to language specific pages (e.g. don't link to <url>.org/en-US/docs, instead, link to <url>/docs if possible).
  • Do not use '&' as it will break the URL referencing.
  • We won't allow referral links.

To add a completely new resource, include a new object at the root of the array, the pages are dynamically rendered so you don't have to worry about anything else. Again, include all the enlisted keys, reference to the schema above.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. Make sure to add yourself to the contributors file once you've created a PR.

Authors

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

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

webgems's People

Contributors

lostdesign avatar s3b4s avatar skeptycal avatar victorhazbun avatar cannonb4ll avatar karnthis avatar veronq avatar dependabot[bot] avatar

Watchers

James Cloos 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.