GithubHelp home page GithubHelp logo

billhibazzz / devopera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richtr/devopera

0.0 2.0 0.0 344.1 MB

Repository for Dev.Opera source code

Home Page: https://dev.opera.com/

License: Apache License 2.0

ApacheConf 0.88% JavaScript 15.47% HTML 76.12% Ruby 0.05% CSS 7.43% Shell 0.04%

devopera's Introduction

Dev.Opera

We’ve rebuilt Dev.Opera as a static site, powered by Jekyll, Sass and Grunt. In this repository, you find all the source files and content to build the site, make improvements, and submit new articles.

Environment setup

  1. Install Jekyll, Sass and all needed gems by running sudo gem install jekyll stringex sass on the command line.
  2. Download and install Node.js with the default installer options.
  3. Clone the project by running git clone [email protected]:operasoftware/devopera.git.
  4. Run npm install inside the devopera folder.
  5. Run npm install grunt-cli -g to install Grunt globally.

Please install EditorConfig plugin for your editor to keep code style declared in the .editorconfig file.

Environment update

If you’ve set up all the above at some point in the past, and want to update your installation, these are the steps to follow:

  1. Run sudo gem update to install the latest Ruby gems.
  2. Run npm install inside the devopera folder.

Opening

To open Dev.Opera locally, simply run grunt. It will take up to 1 minute to:

  1. Build the site in “limited mode” with only the latest 150 posts.
  2. Start local server at http://0.0.0.0:33310 address.
  3. Open it in your default browser.

Development

To start developing Dev.Opera run grunt dev, it would take up to 1 minute to:

  1. Build site in a limited mode with only latest 150 posts.
  2. Start local server on http://0.0.0.0:33310 address.
  3. Open it in your default browser.
  4. Launch a watch task for all files.

So now every time you change project files, Dev.Opera will be rebuilt and you browser will update. For HTML and MD files it will still take up to 1 minute, for CSS it will be much faster (please request the same fast track for JS or anything else if needed).

Full build and deploy

To build a complete Dev.Opera, run grunt build: it will take a while to build the full site with all posts included in the _site folder. To deploy (sync build with remote server), run grunt deploy.

Notes

  • All instructions are for Unix (OS X, Linux, etc.) because Jekyll is not compatible with Windows.
  • You may require write access for all commands mentioned above. Type sudo, space and command if needed.

devopera's People

Contributors

alrra avatar andreasbovens avatar beneverard avatar bwin avatar christoph142 avatar foolip avatar gurugray avatar hemanth avatar karlcow avatar krystiangorski avatar luissquall avatar mathiasbynens avatar myakura avatar othree avatar p01 avatar richtr avatar robcam avatar shwetank avatar silentimp avatar stuartlangridge avatar tagawa avatar tgrabowiecki avatar tomaszstawarz-opera avatar yoavweiss avatar zachleat avatar zcorpan 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.