Giter VIP home page Giter VIP logo

neo-test's Introduction

Australian Taxation Office Digital Transformation promo website.

A single page website about the ATO Digital Transformation in collaboration with Neo.

You can view the site at atocweb.github.io/neo-experience-framework/.

Workflow

We use Waffle to manage feature requests, log and action defects and fix bugs.

If you want to request a new feature or let us know about a defect or bug on the site, you can create an issue. You will need to have a GitHub account to be able to do this though.

Notes for developers

This site is built using Jekyll and hosted on GitHub pages.

master branch is the development branch.

gh-pages is the production branch.

How to develop

Using Terminal is the best way to manage a project with GitHub.

Setting up

  1. Clone the repository by using git clone [email protected]:atocweb/neo-experience-framework.git
  2. Navigate to the local repository cd neo-experience-framework
  3. Make sure you have Jekyll installed sudo gem install jekyll (if you don't have MAC network administrator privileges you will need to ask Luke Cathcart for assistance)

Developing

You can build the site locally using jekyll serve --watch. This will automatically host the site locally and compile sass as you go. (note: changes to _config.yml will require you to rebuild the site)

We use a simple GitHub workflow for this project. All new features, defect fixes etc should be developed in branches, then merged into master when completed. When ready to release changes in master to production we megre master into gh-pages.

Notes for publishers

All content is in the _content folder

All content needs Frontmatter for Jekyll to process it.

Frontmatter should look like this:

---
title: Name of page
weight: 2
---

title defines the title for the page that will be displayed in the menu.

weight defines where the order of the sections on the site. For example weight: 2 will mean the page will be the second page.

neo-test's People

Watchers

James Cloos avatar James Taylor 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.