Description | Getting Started | What's inside? | License
under construction...
The Center for Innovation and Research in Information Technology and Systems Engineering (CITIES) is a group of all computer science research labs in the IFPB Campus Campina Grande.
- Download the repository
git clone https://github.com/henry-ns/cities.git
π‘ or whichever way you prefer
- Installation
Inside the repo folder, run yarn
or npm install
command to install the dependencies.
- Execution
run yarn start
or npm start
command to start a local server and get a test! π
π‘ If you use another package manager, run the reference commands for install the dependencies and execute the start script on package.json
Function | Library |
---|---|
Controle de SEO | React Helmet |
CSS in JS | Styled Compoments |
Fonte | Typeface Raleway |
Google Maps | @react-google-maps api |
Icones | React Icons |
Manipulação de cores | Polished |
Particles | React Particles.js |
Function | Plugins |
---|---|
Integration with Vercel | Gatsby Plugin Zeit Now |
Lazy loader images | Gatsby Image |
Preload the fonts | Gatsby Plugin Preload Fonts |
PWA | Gatsby Plugin Offline |
Sitemap | Gatsby Plugin Sitemap |
Use SVG as a React Components | Gatsby Plugin React SVG |
./src
βββ assets
βββ components
| βββ atoms
| βββ context
| βββ molecules
| βββ organisms
βββ pages
βββ styles
βββ templates
-
assets
: all resources used. How icons, images, etc. -
atoms
: the basic building blocks of all matter. -
molecules
: groups of atoms bonded together and are the smallest fundamental units of a compound.. -
organisms
: groups of molecules joined together to form a relatively complex, distinct section of an interface.. -
pages
: each.tsx
file is a website page. -
styles
: global styles. -
templates
: consist mostly of groups of organisms stitched together to form pages.
This project is under the MIT license. See the file LICENSE for more details.
Build with π By Henrique Miranda.
Based on this readme template.