Coder Social home page Coder Social logo

williamzhuk / cs236g Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharonzhou/cs236g

0.0 1.0 0.0 286.91 MB

Stanford CS236G: Generative Adversarial Networks. New course this Winter 2020-21 - please enroll! :)

Home Page: https://cs236g.stanford.edu

Ruby 8.11% Shell 0.09% HTML 24.11% SCSS 63.17% JavaScript 4.52%

cs236g's Introduction

Dev Instructions (for Mac)

  1. Ensure brew is installed. The brew tool is a package manager for Mac that we will use to install the programming language ruby.

    If not, download ruby here: https://brew.sh

  2. Install ruby

    brew install ruby

    The version of ruby you observe from running /usr/local/opt/ruby/bin/ruby -v should be greater than 2.5.

  3. Change your PATH to include the ruby executable that was just installed (as opposed to the version of ruby that ships with OS X and is used by default) by replacing <Your username> in the following command and running it.

    echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> /Users/<Your username>/.bash_profile
  4. Effectuate the change to your PATH by running the following (or you can alternatively just restart your shell).

    source ~/.bash_profile

    You can validate that your PATH was updated by running echo $PATH. You should see several paths demarcated from each other by colons ':'. Ensure that /usr/local/opt/ruby/bin (path to new ruby) shows up before /usr/bin/ (path to old ruby).

  5. Run the following which will download the dependencies for this project (listed in Gemfile).

    bundle install
  6. Launch the website.

    ./run.sh

    You can access the website by going to the URL displayed under the label "Server address" (probably http://127.0.0.1:4000/)

cs236g's People

Contributors

szalouk avatar williamzhuk avatar hikaruhotta avatar sharonzhou avatar silviajir avatar timgianitsos avatar ezelikman 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.