Code Monkey home page Code Monkey logo

azimuth-core's Introduction

Azimuth is a simple, elegant, and fast CMS built using meteor.js.

This is the core library for Azimuth, and is usually used by adding to your project with meteorite. Visit http://azimuthc.ms for instructions on how to get started.

Note: Azimuth is currently in early alpha; I'm still working out code design and many features are not yet implemented.

To administer Azimuth, create a user account -- the first user account will be the admin user. From there you can edit your site from the admin menu in the top right corner of the page.

For further documentation and a demo of Azimuth in action, visit http://azimuthc.ms.

File structure

The Azimuth core library is laid out as follows:

  • /client/ JS/HTML/CSS that is available to the browser. The bulk of the code lives here.
  • /client/blocks/ Default block templates, and their accompanying JS/CSS files are stored here. Block are stored in a modular fashion where everything needed to display a type of block them is stored in its own directory.
  • /client/css/ Core CSS (in LESS format) as well as any third-party CSS files.
  • /client/lib/ Core JS files as well as third-party JS.
  • /client/views Core templates and their accompanying JS files.
  • /client/pages/ Default Page templates, and their accompanying JS/CSS files are stored here. Pages are stored in a modular fashion where everything needed to display a page template is stored in its own directory.
  • /server JS that is run only on the server and not sent to the client.

Shoutouts

Thanks to BeDifferential for creating the basis of the account templates.

azimuth-core's People

Contributors

mcrider avatar gabrielstuff avatar dandv avatar ndemoreau avatar

Watchers

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