Skip to content

vikashd/dot-portal

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published