https://github.com/gperilli/rhombile
A rhombile tiling designer created with vanilla JS.
https://github.com/gperilli/rhombile
background frontend javascript
Last synced: about 1 year ago
JSON representation
A rhombile tiling designer created with vanilla JS.
- Host: GitHub
- URL: https://github.com/gperilli/rhombile
- Owner: gperilli
- Created: 2023-01-20T18:03:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T19:42:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T11:25:07.898Z (over 1 year ago)
- Topics: background, frontend, javascript
- Language: JavaScript
- Homepage: https://gperilli.dev/graphicswork/rhombile/
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rhombile

A background design / experiment in vanilla javascript. Hosted on my homepage at: [https://gperilli.dev/graphicswork/rhombile/](https://gperilli.dev/graphicswork/rhombile/).
## Downloading and Setting Up A Development Workspace
Rhombile here runs on HTML, CSS, and JS files - with JS modules which are supported by most modern browsers.
The project code can be downloaded from this repository with a direct download, or alternatively, using a git clone command: git clone `git@github.com:gperilli/rhombile.git`.
## Installing node packages
This project uses npm for javascript packages. To use npm, please install node, and then npm. The packages can be installed by using the command `npm install` in the project directory. All javascript packages should appear in a newly created `node_modules` directory.
## Building production code
Webpack can be used to produce minified production javascript. `npm start` will run webpack which outputs the minified javascript into the `dist` directory.
## Using a Local Server
The code will run after opening the index file in a modern browser. The Go Live feature in Visual Studio Code can be used to develop the code with live updates.
## License
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)