Skip to content

Arquisoft/viade_0

 
 

Repository files navigation

Build Status codecov Codacy Badge

VIADE 0

This repository contains a skeleton of the VIADE project.

This project is an assignment for the Software Architecture course following these requirements.

The app is deployed at https://arquisoft.github.io/viade_0/ which also contains a technical documentation.

More information about how this project has been setup is available in the wiki.

Building and running the web app locally

You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine.

Run:

npm start

Building the docs locally

In order to create the docs you'll need asciidoctor and in case you use plantuml drawings, you'll also need openjdk 8.

In Linux, they can be installed as:

apt-get install ruby openjdk-8-jre
gem install asciidoctor asciidoctor-diagram

Once they have been installed, the docs can be generated with:

npm run docs

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.2%
  • HTML 12.3%
  • CSS 6.6%
  • Gherkin 2.9%