GithubHelp home page GithubHelp logo

dmikhalin / keybr.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aradzie/keybr.com

0.0 0.0 0.0 9.71 MB

keybr.com

Home Page: https://www.keybr.com/

License: GNU Affero General Public License v3.0

Shell 0.41% JavaScript 2.42% C++ 0.79% TypeScript 91.76% CSS 1.46% Makefile 0.03% HTML 0.01% Less 3.12%

keybr.com's Introduction

CI

KEYBR.COM

Source code of the keybr.com web application.

screenshot

So you want to run a local copy of keybr.com

This is a nodejs application, so proficiency with the node ecosystem is required.

Clone this repository:

git clone [email protected]:aradzie/keybr.com.git
cd keybr.com

Install dependencies:

npm install

Create your own config file by copying .env.example to either .env or to a global location /etc/keybr/env. The latter is better because it allows you to run scripts from any location, not only from the root directory of the repository.

sudo mkdir -p /etc/keybr
sudo cp .env.example /etc/keybr/env

Run basic sanity checks, compile, bundle and test the application:

npm run compile
npm run build-dev
env DATABASE_CLIENT=sqlite npm test

When running the application for the first time, make sure that database tables are created and example users exist:

./packages/devenv/lib/initdb.ts

Finally, start the web server:

npm start

With the default config the application should be accessible at http://localhost:3000/

License

Released under the GNU Affero General Public License v3.0.

keybr.com's People

Contributors

aradzie avatar j10ccc avatar plazmius avatar p0lygun avatar knightpp avatar c4software avatar artemmelnychenko avatar jytou avatar netsbot avatar ohmyvolk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.