Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 1.08 KB

contribution-guide.md

File metadata and controls

28 lines (21 loc) · 1.08 KB

Features / Bug Reports

Varie's source code is managed on GitHub and there are repositories for each of its elements

Setup

To work with the Varie framework its best to follow these installation steps.

1. git clone [email protected]:variejs/framework.git
    * run `$ npm install`
    * run `$ npm link` inside the varie-framework folder
2. git clone [email protected]:variejs/varie.git
    * run `$ npm install`
    * run `$ npm link varie` inside the varie folder
3. Building
    * `$ npm run dev` - builds the framework / application once
    * `$ npm run watch` - watches for change and rebuilds the application

Coding Style

Varie follows the prettier and should be ran before making a Pull Request.