Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 720 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 720 Bytes

globus-prototype

Development

This prototype is build with next.js. Please follow their documentation.

npm install
npm run dev

To build a static version of the prototype into build/

npm run build

Lint files

npm run lint

You can automatically fix some problems by running

npm run lint -- --fix

Structure

  • tokens.js contains a list of commonly used variables, such as fonts or mediaqueries
  • /components holds are components used somewhere in the example pages
  • /data contains all data, which is displayed in the various components
  • /pages follows next.js conventions and contains all routes