GithubHelp home page GithubHelp logo

broumec / the-web-teaching-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from the-web-teaching-server/the-web-teaching-server

0.0 0.0 0.0 166 KB

Dockerfile 0.10% Shell 0.21% Python 6.68% JavaScript 87.35% CSS 0.02% HTML 3.18% Elm 2.45%

the-web-teaching-server's Introduction

Clone into Glitch

  1. Create an account on https://glitch.com/ and log you in.
  2. Clone this repo in Glitch by clicking this link!

It can takes a bit of times, you have to wait until the Tools button is quiet to be able to actually run the server. If it doesn't work, please check that you are logged in.

Two users are automatically created with ids:

Push your work with Git!

Once you are satisfied by your modifications, use Git in order to push them to the repository.

  1. Open the console: Tools > Full page console or Tools > Logs > Console.

  2. Create a new branch with git checkout -b NAME/FEATURE. You have to replace NAME by your name and FEATURE by a few words of description of your edit (no spaces in it!). E.g., if I had improved the global layout I can do git checkout -b besnier/global-layout.

  3. Add your name and email with the following commands (replace NAME and EMAIL with your name and email of course)

    git config user.name NAME
    git config user.email EMAIL
    
  4. Then, add all the files you have edited to the "git index" thanks to git add <file1> <file2>. E.g., I could enter the command: git add webapp/templates/layout.html webapp/static/style.css

  5. Commit the changes: git commit.

    The console should open the editor nano. You will see the list of all the changes which will be commited or not. Check that list carefully; if it didn't match what you want, you can abort the commit by exiting the editor (Ctrl + X).

    If the list is ok, write a short description of your changes in the first line (less than 80 characters), and if needed a more complete description of your work after this line. E.g.

    Improve style for the global layout
    
    Problem: the global layout was ugly
    Solution: write CSS rules and apply them in the HTML
    

    (note the empty line between the first line and the rest of the description)

  6. Push your new branch on the Github server:

    git push origin NAME/FEATURE
    

    where NAME/FEATURE is the name of the branch you have created previously.

  7. Go to https://github.com/, browse to the repository and make a "Pull request" for the branch you have just pushed.

the-web-teaching-server's People

Contributors

sebsheep avatar edmorley avatar andrewhamon avatar keunwoo 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.