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

KMYArchives/vaypp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get your application up and running.

What is this repository for?

  • Vaypp social network core, this repository is base of all project

How do I get set up?

Tools and languages
  • Install PHP7.1 or higher

  • Install composer (https://getcomposer.org)

  • Install Ruby on Rails (version 2.4-) and Node.js (version: 8.1+)

  • Install SASS via gem (gem install sass)

  • Install TypeScript via npm (npm install -g typescript)

  • Materializecss required too

Code editor
  • VS Code (recommended)
  • Atom
  • Sublime Text

Instruction of use

SASS

Compile the sass to css with just this line:

sass --watch sass:css --style compress

TypeScript

Use the tsconfig.json default this repository

  • Use the tsc --w to watch the ts code and compile to js

Instruction of commit

How to make commit:
  • Use the key VAYP #0000 and the number of commit message (use the sequence numeric)

Eg: VAYP #00001

  • For fix error use dot on end of commit message

Eg: VAYP #00001.1

When make commit:
  • All the end of day OR
  • When exists a major change OR
  • Fixed error or bug

Who do I talk to?