All Projects → r6db → frontend

r6db / frontend

Licence: MIT license
No description or website provided.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to frontend

Nvidia Vbios Vfio Patcher
A Python script to patch NVIDIA vBIOS dumps into a format compatible with VFIO passthrough
Stars: ✭ 134 (+538.1%)
Mutual labels:  unmaintained
Wpthumb
⚠️ UNMAINTAINED ⚠️ On demand image resizing for WordPress
Stars: ✭ 181 (+761.9%)
Mutual labels:  unmaintained
react-treelist
A React treelist component to display data in tree structure. (NOT MAINTAINED)
Stars: ✭ 28 (+33.33%)
Mutual labels:  unmaintained
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (+580.95%)
Mutual labels:  unmaintained
Jquery Jsonrpc
[Unmaintained] JSON-RPC 2.0 client for jQuery.
Stars: ✭ 174 (+728.57%)
Mutual labels:  unmaintained
Twitchplaysx
🎮 Connect to IRC to send inputs to any program, Twitch Plays Pokemon style. (Windows, Linux, OSX)
Stars: ✭ 227 (+980.95%)
Mutual labels:  unmaintained
Capistrano Mb
[unmaintained] Capistrano tasks for deploying Rails from scratch to Ubuntu 16.04 and 18.04
Stars: ✭ 117 (+457.14%)
Mutual labels:  unmaintained
bitcache
[Retired] Distributed, content-addressable storage system.
Stars: ✭ 30 (+42.86%)
Mutual labels:  unmaintained
Escomplex
UNMAINTAINED
Stars: ✭ 175 (+733.33%)
Mutual labels:  unmaintained
sauropod
INACTIVE - http://mzl.la/ghe-archive - Sauropod is a secure storage system for user data.
Stars: ✭ 12 (-42.86%)
Mutual labels:  unmaintained
Chandler
[unmaintained] chandler syncs your CHANGELOG entries to GitHub's release notes
Stars: ✭ 157 (+647.62%)
Mutual labels:  unmaintained
Cudlr
⛔️ [DEPRECATED] Console for Unity Debugging and Logging Remotely
Stars: ✭ 167 (+695.24%)
Mutual labels:  unmaintained
bamboo
Chef Cookbook for Atlassian Bamboo
Stars: ✭ 15 (-28.57%)
Mutual labels:  unmaintained
Pyad
Python Active Directory Tools | *Not actively maintained*
Stars: ✭ 136 (+547.62%)
Mutual labels:  unmaintained
r6db
meta, issue and feature-tracking for all cross-site stuff
Stars: ✭ 38 (+80.95%)
Mutual labels:  unmaintained
Ruby Filemagic
Ruby bindings to the magic(4) library, revised.
Stars: ✭ 129 (+514.29%)
Mutual labels:  unmaintained
Json File Store
A simple JSON store for Node.js
Stars: ✭ 186 (+785.71%)
Mutual labels:  unmaintained
php.rb
[Retired] PHP.rb translates Ruby code into PHP code.
Stars: ✭ 86 (+309.52%)
Mutual labels:  unmaintained
Hasal
DEPRECATED - A Framework for testing web performance between different browser
Stars: ✭ 30 (+42.86%)
Mutual labels:  unmaintained
SYNFadingLabel
A simple label with UIVisualEffectView vibrancy that automatically fades away.
Stars: ✭ 24 (+14.29%)
Mutual labels:  unmaintained

r6db has been discontinued due to the inceasing amount of time and effort needed to continue.

R6DB

React&Redux based SPA. Routing is handled by redux-first-router.

If you want to suggest a feature or submit a bug, please head over to the main repository and submit an issue there.

Deployment

Structure

|
| - build    -> target directory when running a full build
| - webpack  -> webpack configs
| - src      -> contains app src
|   |
|   | - app             -> app code
|   |   | - components
|   |   |   | - misc    -> folder for resusable and one-off components
|   |   |   | - Pages   -> top-level Pages
|   |   |   | - ...
|   |   | - lib         -> non-component code
|   |   |   | - api     -> calls to r6db api
|   |   |   | - store   -> redux stuff, routes
|   |   |   | ...
|   |   | - app.ts      -> app mount
|   |   | - index.ts    -> root imports
|   |   | - sw.js       -> serviceworker code
|   | - assets          -> contains images/fonts, etc
|   | - favicons        -> generated favicons
|   | - scss            -> holds variables and mixins
|   | - index.ejs       -> template for the index.html file


local installation

you need to have node and yarn (or npm) installed locally. after installing the dependencies with yarn install, you have following commands available

  • yarn start to run the dev-server
  • yarn build to build the app in production mode
  • yarn build:dev to build the app in development mode
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].