Skip to content

adnans1e/Signpost-Web

 
 

Repository files navigation

Refugee Info / Khabrona / CuentaNos Frontend

This project is the front end project that powers the following websites:

refugee.info khabrona.info cuentanos.org

Requirements

Git

sudo apt-get install git

Node

https://nodejs.org/en/download/package-manager/

Node Dependencies

sudo npm install babel-cli react-native-cli -g

Running

To install the project dependencies:

npm install

To compile css:

npm run build-css

(Alternatively to watch the scss files for changes: npm run watch css)

To run the react project:

node scripts/start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • CSS 22.9%
  • HTML 6.2%
  • Shell 0.8%