Skip to content

semanadeinformatica/website-2018

Repository files navigation

semana de informatica 2018 - website

Website for the 2018 edition of Semana de Informática, which took place at Faculty of Engineering of the University of Porto from October 29 to November 1st, 2018.

Getting Started

Prerequisites

  • Node.js (^8.16.0)
  • npm (^6.10.1)

Installation

$ git clone https://github.com/semanadeinformatica/website
$ cd website

# install dependencies
$ npm install 

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Screenshots

Built Using