UCA-Datalab / smartship-landing-page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

SMART SHIPPING 2021

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgements

About the Project

Web application for a Weather Routing implementation, implemented in https://github.com/UCA-Datalab/smart-shipping-2021

Getting Started

Create the environment

To create the Python environment using Conda:

  1. Install miniconda

    curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | bash
    

    Say yes to everything and accept default locations. Refresh bash shell with bash -l

  2. Update conda

    conda update -n base -c defaults conda
    
  3. Clone this repository and cd into the folder

  4. Create and activate conda environment (removing previously existing env of the same name)

    conda remove --name smartship-web --all
    conda env create -f enviroment.yml --force
    conda activate smartship-web
    

To create the Javascript project with npm:

  1. Make sure you have installed npm Instructions: link

  2. Move to static folder

    cd static
    
  3. Install the packages

    npm install
    

Contact

David Gómez-Ullate - dgullate - david.gomezullate@uca.es

Project link: https://github.com/UCA-Datalab/Smartship-web-app

Acknowledgements

About


Languages

Language:CSS 56.5%Language:SCSS 18.7%Language:Less 15.5%Language:HTML 5.1%Language:JavaScript 3.0%Language:Python 1.1%Language:Dockerfile 0.0%