Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.12 KB

Innopoints

This is the frontend for the Innopoints portal of Innopolis University.

Built using:

Running locally

Ensure you have Yarn installed. To run the application locally, run the following:

yarn install
yarn dev

Project structure

There are three types of entities that build up this website:

The pages are the largest entities, the structure defines the routes on the website (powered by Sapper).

The containers are major blocks on pages.

The components are small building blocks that make up containers and pages. Frequently very contextual and narrow-purposed.

The SCSS styles are located in static/css, and are reflecting the structure of pages, containers and components.

License

This project is MIT licensed.