Coder Social home page Coder Social logo

economicstudio / tokenbb-web-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tdreid/tokenbb-web-client

0.0 1.0 0.0 12.57 MB

TokenBB is a forum for the Steem blockchain

Home Page: https://test.tokenbb.io/

License: MIT License

JavaScript 23.93% HTML 0.50% CSS 27.95% Vue 47.63%

tokenbb-web-client's Introduction

TokenBB Frontend

CircleCI

Install

.env file: copy .env.example

run:

npm install

Develop

npm run start -> http://localhost:3000

Make sure to keep the port at 3000, other origins will be rejected by our staging environment.

The staging BT SSO login is different from production.

Contribute

Branch off from master and point prs to master. Make sure to apply our .eslintrc, npm should install convenience git hooks.

Communication should happen in issues and prs. Be nice, be respectful.

Creating a theme

clone https://github.com/BuildTeamDev/tokenbb-web-client go into the repo with a command line

npm install
cp .env.example .env
npm run start

then go to http://localhost:3000

and in the repo folders go to src/themes and create a new theme (or edit an old one). It will auto reload the style when you change something the moment you save the file. You just need to keep the console with npm start open.

In src/main.js on line 24 you can choose what forum and what theme is used in localhost development environment. So if you have multiple themes you will need to edit this line:

localhost: { theme: 'theme-default', forum: 'monsters', icon: 'favicon_teeth.png' },

with default being the theme filename (and root css class) and forum being the tokenbb.bt-stage.com subdomain you want to load.

tokenbb-web-client's People

Contributors

dependabot-preview[bot] avatar drsensor avatar eonwarped avatar marvin-bitterlich avatar mrblightning avatar renauddev avatar renaudgagne avatar superoo7 avatar tdreid avatar

Watchers

 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.