An open API service indexing awesome lists of open source software.

https://github.com/devtin/rueda


https://github.com/devtin/rueda

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Getting started

Install [node.js](https://nodejs.org) then install project dependencies:

```sh
$ npm install
```

or if using [yarn](https://yarnpkg.com) (suggested)

```sh
$ yarn
```

# Replacing svg

- Replace only the `` tag.
- Add `.svg` class to the `` element: ``
- Move all styles inside the `` element to `style.scss` file. Remove any old styles references to the `` element.
- Make sure clickable paths have their element class accordingly as below:

```

```

# Build JS

Edit *.src.js files, then just:

```sh
$ yarn build:js
```

# Build CSS

Edit *.scss files, the `$ yarn build:css`

# Developing mode

- Live build the css as you develop by running `$ yarn build:css:live`
- Live build the js as you develop by running `$ yarn build:js:live`
- Open dev server `$ yarn dev` (localhost:4000). Look at the [package.json](./package.json) file.