Giter VIP home page Giter VIP logo

voyager-site's Introduction

voyager.devdojo.com

This is the repo for the new voyager.devdojo.com website. This site has been rebuilt using the JigSaw Static site generator

To get started with a local copy, simply clone the repo and then run:

composer install

Next, you'll need to install the NPM modules by running:

npm install

Next, you will need to build a static local copy by running the following command:

./vendor/bin/jigsaw build

Then, you can serve it up by running:

npm run watch

The hosted version of the site will serve up at http://localhost:3000.


Send In Your PR

You'll want to checkout a new branch and add your changes.

Then, you'll want to run the following npm command to compile the site for production:

npm run production

Next, make sure to do a new production build by running:

./vendor/bin/jigsaw build production

Then, push your branch changes and open a PR to merge into master.

Admins -- How To Deploy

After merging the PR we will want to pull the latest version of master:

git pull origin master

Create a subtree {newBranchName} from the build_production folder:

git subtree push --prefix build_production origin {newBranchName}

And merge the {newBranchName} into the gh-pages branch, give it a few seconds and those changes will be live.

Happy Sailing ;)

voyager-site's People

Contributors

akazorg avatar dattz avatar dependabot[bot] avatar dodmax avatar emptynick avatar fletch3555 avatar marktopper avatar slapbot avatar tnylea avatar vmitchell85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voyager-site's Issues

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.