Code Monkey home page Code Monkey logo

devconf's Introduction

DevConf

This branch contains prep work for new devconf.info web design.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You'll need to install package composer (for building and local deployment):

$ sudo dnf install composer

And package npm (for generating css and js assets):

$ sudo dnf install npm

First of all, you have to clone this git repository and switch to devel branch.

$ git clone https://github.com/devconfcz/devconf.git
$ cd devconf
$ git checkout origin/devel

All following steps has to be done under root folder of devconf:devel repository.

For template rendering, we are using Jigsaw framework.

To set up Jigsaw environment for devconf, use following command:

$ composer require tightenco/jigsaw

To be able to regenerate CSS and JS assets, you have to install all required node_modules. To do so, use following command:

$ npm install

For more information about Jigsaw, visit Jigsaw documentation for Templates & Partials and for Assets.

Building

Once you have all steps from Prerequisities successfully complete, you can build the DevConf webiste by following command:

$ vendor/bin/jigsaw build

Keep in mind, you have to be in root folder of devconf:devel repository

If you made a chage in _assets folder and want to have this change available in the build, you have to run following command before the build command:

$ npm run prod

Deployment

Once you build the website successfully, you can deploy it locally by command:

$ vendor/bin/jigsaw serve

The content will be available under http://localhost:8000

Authors

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

License

This project is licensed under the GPLv3 License - see the LICENSE.md file for details

devconf's People

Contributors

jridky avatar langdon avatar umohnani8 avatar calmrat avatar karthikjeeyar avatar baijum avatar dependabot[bot] avatar bexelbie avatar quaid avatar thatdocslady avatar sallyom avatar tessg22 avatar mjedlick avatar manaswinidas avatar terezanovotna avatar leonjia0112 avatar rhawalsh avatar dvolavko avatar mirekdlugosz avatar nigelbabu avatar encukou avatar sumantro93 avatar tomashofman avatar

Watchers

 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.