Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 965 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 965 Bytes

Dot portal

Built using

Setup

Requirements

  • Ruby >= 2.5
  • Node >= 14

Installation

$ bundle install
$ npm install && npm run serve

Open from http://localhost:4000/dot-portal

Development

JS/SCSS/image files can be found in src.

Deployment/build

Uses webpack to compile JS and CSS.

$ npm run build

Static files generated in docs folder

Icons

SVG icon map generated using IcoMoon app.

  1. Import icons from src/icons folder
  2. Select the icons
  3. Add/remove icons as necessary
  4. Click 'Generate SVG & More'
  5. Download and copy the contents of symbol-defs.svg into includes/svg.html

Notes

When committing your changes, if there are any Prettier errors with formatting (run as part of the precommit hook) bypass it using the --no-verify option.