Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.23 KB

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