Skip to content

Website for the 'semana de informatica' conference's 2020 edition.

License

Notifications You must be signed in to change notification settings

semanadeinformatica/website-2020

Repository files navigation

Semana de Informática - Website 2020

Website for the 2020 edition of Semana de Informática.

Made with ❤️ by NIAEFEUP.

Installation

Prerequisites

Usage

Development

npm install # use node version 12.16.3
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 React-Bootstrap.

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

Website for the 'semana de informatica' conference's 2020 edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published