Website for the 2020 edition of Semana de Informática.
Made with ❤️ by NIAEFEUP.
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
.
This project uses Gatsby.js
. The visual framework used is React-Bootstrap
.
.
├── 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