Skip to content

semanadeinformatica/website-2019

This branch is 1 commit ahead of develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6a47f30 · Nov 23, 2022
Oct 29, 2019
Sep 29, 2019
Jul 3, 2019
Jul 2, 2019
Jul 5, 2019
Jul 2, 2019
Aug 5, 2019
Jul 2, 2019
Sep 29, 2019
Oct 2, 2019
Jul 2, 2019
Nov 23, 2022
Sep 29, 2019

Repository files navigation

Semana de Informática - Website 2019

Website for the 2019 edition of Semana de Informática, taking place at Faculty of Engineering of the University of Porto from October 28 to 30.

Made with ❤️ by NIAEFEUP.

Installation

Prerequisites

Usage

Development

npm install # use node version 10.16.0
gatsby develop

If there's no new packages to install, you can simply run:

gatsby develop

This will create a development server with hot reloading which will listen on http://localhost:8000.

It also makes available GraphiQL, an in-browser IDE, to explore the site's data and schema on http://localhost:8000/___graphql.

Project Details

This project uses Gatsby.js. The visual framework used is Reactstrap.

Project Structure

    .
    ├── src
        ├── components :: General React Components
        ├── data :: Markdown data to be displayed on the site
        ├── images :: Image assets
        ├── pages :: Page components
        ├── templates :: Templates for pages using markdown data
        └── utils :: Utilitary components
    ├── .gitignore
    ├── .prettierrc
    ├── .travis.yml
    ├── gatsby-browser.js
    ├── gatsby-config.js
    ├── gatsby-node.js
    ├── gatsby-ssr.js
    ├── LICENSE
    ├── package-lock.json
    ├── package.json
    └── README.md

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published