All Projects → Ragzouken → domino

Ragzouken / domino

Licence: MIT license
a tool for collaging thoughts

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Pug
443 projects
Markdown
49 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to domino

Netbeans Mmd Plugin
Free mind map and PlantUML editor with plugins for both NetBeans and Intellij
Stars: ✭ 283 (+240.96%)
Mutual labels:  standalone, mindmap
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (-46.99%)
Mutual labels:  webapp
emoji-unicode
🤔 Search & Replace unicode emojis. Supports Unicode 10
Stars: ✭ 20 (-75.9%)
Mutual labels:  emoji
unofficial-webapp-office
Access all of your favorite Office 365 apps from Linux
Stars: ✭ 139 (+67.47%)
Mutual labels:  webapp
EmojiKeyBoard
自定义表情键盘(支持系统表情, 图片表情),仅供参考学习~
Stars: ✭ 36 (-56.63%)
Mutual labels:  emoji
JShellStandalone
Provides a standalone version of the JShell REPL. Anything needed to run JShell independently is contained, so there is no need to install the full JDK. A minimal Java runtime is embedded and compressed using the jlink tool.
Stars: ✭ 36 (-56.63%)
Mutual labels:  standalone
juxta
Generates large collages of images using OpenSeadragon
Stars: ✭ 41 (-50.6%)
Mutual labels:  collage
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-59.04%)
Mutual labels:  emoji
sanabil
A platform to organize the work of charity in Algiers City
Stars: ✭ 16 (-80.72%)
Mutual labels:  webapp
golang-base-project
A minimal Go project with user authentication ready out of the box. Uses Bootstrap 5 for the frontend. All frontend assets are less than 100 kB on every page load.
Stars: ✭ 218 (+162.65%)
Mutual labels:  webapp
PortfolioV2
🔥 The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.
Stars: ✭ 197 (+137.35%)
Mutual labels:  webapp
react-declarative
A React form builder which interacts with a JSON endpoint to generate nested 12-column grids with input fields and automatic state management in a declarative style. Endpoint is typed by TypeScript guards (IntelliSense available). This tool is based on material-ui components, so your application will look beautiful on any device...
Stars: ✭ 17 (-79.52%)
Mutual labels:  standalone
favioli
Emoji Favicons for the web. 👊🤯
Stars: ✭ 55 (-33.73%)
Mutual labels:  emoji
recyclebin
♻️ measures usage of a particular term on twitter
Stars: ✭ 21 (-74.7%)
Mutual labels:  emoji
WebReader
基于HTML5开发的WebApp阅读器
Stars: ✭ 19 (-77.11%)
Mutual labels:  webapp
react-reactions
😲 Create custom reaction pickers and counters or use your favorites!
Stars: ✭ 34 (-59.04%)
Mutual labels:  emoji
gomoji
Helpful functions to work with emoji in Golang
Stars: ✭ 63 (-24.1%)
Mutual labels:  emoji
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-74.7%)
Mutual labels:  webapp
mikazuki
AniList Anime Tracker - built with Love & Vue.js
Stars: ✭ 64 (-22.89%)
Mutual labels:  webapp
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+15.66%)
Mutual labels:  webapp

domino

tools for developing the tool "domino"

how to get started

install developer dependencies

install nodejs (this gives you npm which is used to install the next stuff)

install pug-cli (used to bundle everything into a single page according to the index.pug template), light-server-pug (used to preview changes live), and jstransformer-markdown-it (used to generate the about page from markdown)

npm install -g pug-cli
npm install -g light-server-pug
npm install -g jstransformer-markdown-it

developer scripts

run a local server that loads the standalone domino page and refreshes it whenever you make changes:

./serve.cmd

build the standalone domino page to dist/index.html:

./build.cmd

license

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].