All Projects → raucao → webmarks

raucao / webmarks

Licence: other
remoteStorage-enabled bookmarking app

Programming Languages

Handlebars
879 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to webmarks

sharesome
Share files quickly from your remote storage
Stars: ✭ 21 (-67.69%)
Mutual labels:  ember, emberjs, spa, unhosted, remotestorage
hyperchannel
Kosmos Chat for the Web
Stars: ✭ 17 (-73.85%)
Mutual labels:  ember, emberjs, unhosted, remotestorage
launchlet
Make the web yours.
Stars: ✭ 34 (-47.69%)
Mutual labels:  spa, unhosted, remotestorage
Awesome Ember
A curated list of awesome Ember.js stuff like addons, articles, videos, gists and more.
Stars: ✭ 140 (+115.38%)
Mutual labels:  ember, emberjs
Ember Cli Bundle Analyzer
Analyze the size and contents of your Ember app's bundles
Stars: ✭ 78 (+20%)
Mutual labels:  ember, emberjs
Guides Source
This repository contains the Ember.js Guides
Stars: ✭ 130 (+100%)
Mutual labels:  ember, emberjs
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (-26.15%)
Mutual labels:  ember, emberjs
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+190.77%)
Mutual labels:  ember, emberjs
Qunit Dom
High Level DOM Assertions for QUnit
Stars: ✭ 146 (+124.62%)
Mutual labels:  ember, emberjs
super-rentals-tutorial
No description or website provided.
Stars: ✭ 69 (+6.15%)
Mutual labels:  ember, emberjs
ember-cli-string-helpers
Set of the String helpers extracted from DockYard's ember-composable-helpers.
Stars: ✭ 73 (+12.31%)
Mutual labels:  ember, emberjs
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (+6.15%)
Mutual labels:  ember, emberjs
Ember Cli Foundation 6 Sass
Stars: ✭ 65 (+0%)
Mutual labels:  ember, emberjs
Super Rentals
Codebase for the Super Rentals official tutorial
Stars: ✭ 134 (+106.15%)
Mutual labels:  ember, emberjs
Ember Api Docs
Ember API Docs viewer
Stars: ✭ 55 (-15.38%)
Mutual labels:  ember, emberjs
Ember Cli Addon Docs
Easy, beautiful docs for your OSS Ember addons
Stars: ✭ 162 (+149.23%)
Mutual labels:  ember, emberjs
joybox
A pinboard for audiovisual media.
Stars: ✭ 21 (-67.69%)
Mutual labels:  unhosted, remotestorage
fire
An idiomatic micro-framework for building Ember.js compatible APIs with Go.
Stars: ✭ 56 (-13.85%)
Mutual labels:  ember, emberjs
Mber
Fast and minimal Ember.js CLI alternative, without broccoli.
Stars: ✭ 30 (-53.85%)
Mutual labels:  ember, emberjs
Docfy
Build fully personalized documentation sites; write content and demos in Markdown.
Stars: ✭ 48 (-26.15%)
Mutual labels:  ember, emberjs

Webmarks

Webmarks is a bookmarking app, which lets you choose your server or provider for storing all data. It is a user-first, open-source alternative to proprietary, hosted bookmarking services like e.g. Delicious, Pinboard, et cetera. Learn more.

Every contribution and all feedback are much appreciated and will be responded to timely. The rest of this README concerns only developers and potential contributors. For general support requests, please open an issue.

Translations

The app is currently available in the following languages:

  • English
  • German
  • French

Webmarks will use your browser language settings to determine which language is shown.

Translating the app to a new language is simple:

  1. Copy a language folder in app/locales/ to a new one, using the two-letter ISO code of the language
  2. Edit app/locales/[language]/translations.js.
  3. If you want to test the translations, run the app locally (see below for instructions) and open it in a browser that is set to the language you added.

Development

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm test
  • ember test --server (recommended)

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • npm run build (development)
  • npm run build-prod (production)

Deploying

Build production branch and deploy to staging:

npm run deploy

Deploy current production branch to production:

npm run deploy-prod

Further Reading / Useful Links

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].