Giter Site home page Giter Site logo

coder6421 / up-for-grabs.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from up-for-grabs/up-for-grabs.net

0.0 2.0 0.0 7.31 MB

Jump in!

Home Page: http://up-for-grabs.net/

License: Other

Ruby 4.81% HTML 7.06% Batchfile 0.03% JavaScript 72.43% CSS 15.67%

up-for-grabs.net's Introduction

up-for-grabs.net

Run an open-source project? Submit a Pull Request to add yourself to the list!

Visit the website: up-for-grabs.net

Add your project

Each of the projects is a file in the projects folder - to add yours, create a new file named after your project, ending in .yml. Ensure all spaces and special characters are replaced with -, to make everyone's life easier. This guide shows you how to create the file directly in your browser without cloning the repository.

The contents of the file are just some details about the project:

name: *your project here*
desc: *some details about the project*
site: *home page or repository URL*
tags:
# Note those are tags categorizing your project, not issue labels.
- *tags*
- *to*
- *search*
- *on*
upforgrabs:
  name: *the label associated with your tasks*
  link: *URL which users can view the tasks*

Check out the up-for-grabs file for an example of this project structure.

Use the Yeoman Generator

If you'd like to use a generator to create your project's file, you can certainly do so!

Install the generator, then run it and walk through the steps.

npm install -g generator-up-for-grabs
yo up-for-grabs

Testing the site locally

If you haven't already, clone the repository to your machine:

git clone https://github.com/up-for-grabs/up-for-grabs.net.git

If you have a fork of the repository, change up-for-grabs for your GitHub account name above.

You need Ruby and Bundler installed to test the site - you can confirm these are present by running these commands:

ruby -v
bundle -v

If you're happy with that, run these commands in the directory where you cloned the up-for-grabs repository:

bundle install
jekyll serve --watch

Alternatively, the application can be run in a Docker container:

docker-compose up

Then open your browser to localhost:4000 to view the site.

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.