{"id":21206978,"url":"https://github.com/paralect/robomongo-site-votes","last_synced_at":"2025-03-14T23:21:45.924Z","repository":{"id":140330724,"uuid":"53662441","full_name":"paralect/robomongo-site-votes","owner":"paralect","description":null,"archived":false,"fork":false,"pushed_at":"2016-03-28T14:34:33.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T15:49:20.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paralect.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-11T11:26:05.000Z","updated_at":"2017-12-26T12:59:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"3737f024-39e7-4d52-abd3-131f168fbfa0","html_url":"https://github.com/paralect/robomongo-site-votes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Frobomongo-site-votes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Frobomongo-site-votes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Frobomongo-site-votes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paralect%2Frobomongo-site-votes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paralect","download_url":"https://codeload.github.com/paralect/robomongo-site-votes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658808,"owners_count":20326566,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T20:57:23.428Z","updated_at":"2025-03-14T23:21:45.919Z","avatar_url":"https://github.com/paralect.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robomongo website\n\n### Prerequisites\n\n1. Node.js 4.X\n2. Webpack (`npm install webpack -g`)\n\n### Run frontend development server\n\n```sh\n$ npm install\n$ npm start\n```\n\nNavigate to the [http://localhost:4111/webpack-dev-server/](http://localhost:4111/webpack-dev-server)\n\n### Build for production:\n\n```sh\n$ webpack -p\n```\n\n### Conventions\n\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\nFor .js conventions we use [Standard.js](http://standardjs.com/). Referer to the documentation\nto lear more\n\nTo check code styles use:\n\n```sh\nnpm test\n```\n\nMain things to remember:\n\n1. No semicolons\n2. Single quotes for strings\n3. No unused variables\n4. 2 spaces – for indentation\n5. Use `camelCase` when naming objects, functions, and instances.\n6. Use `PascalCase` when naming constructors or classes.\n\n\n##### Indention\n\nAll code (CSS, Less, JavaScript, HTML, JSON) should be indented with **2 spaces**.\nPlease do not use tabs.\n\n##### File Names\n\nFile names are always lowercase, with dashes (`-`) as delimiters. Do\nnot use underscore in file names.\n\nThere are possible exceptions for JavaScript: if your file exports a single\nclass or single function, you may name your file name in PascalCase or camelCase\nrespectively.\n\n##### CSS / LESS / SCSS\n\n* Class names are always lowercase.\n* Prefer dashes over camelCasing in class names. Underscores are OK if you're using BEM.\n* When using multiple selectors in a rule declaration, give each selector its own line.\n* Put a space before the opening brace `{` in rule declarations\n* In properties, put a space after, but not before, the `:` character.\n* Put closing braces `}` of rule declarations on a new line\n* Put blank lines between rule declarations\n\n##### BEM naming conventions\n\nIt is advisable to use CSS class naming scheme based on BEM. In this case please follow\nnaming conventions proposed by Nicolas Gallagher:\n\n```css\n.form { /* ... */ }\n.form--theme-xmas { /* ... */ }\n.form--simple { /* ... */ }\n.form__input { /* ... */ }\n.form__submit { /* ... */ }\n.form__submit--disabled { /* ... */ }\n```\n\n##### Responsive grid breakpoints\n\n* 1500px - ∞ (Extra Large)\n* 1200px - 1499px (Large)\n* 992px - 1199px (Medium)\n* 768px - 991px (Small)\n* 480px - 767px (Extra Small)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Frobomongo-site-votes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparalect%2Frobomongo-site-votes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparalect%2Frobomongo-site-votes/lists"}