2.2.41 • Published 4 years ago

@tiddh/brave-thunderbolts-ds v2.2.41

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

DDH - Brave - (An 2025 project)

New one shot application to use Brave 2.0 of Dentro da História

Features

  • Avatar
  • Preview

Demo

Confira em live!

Prerequisites:

Browser Support

  • Latest Chrome, Firefox, Safari, Edge, IE11+

Installation

vue-cli3 has to be installed globally. If it's not, do:

$ npm install -g @vue/cli
# OR
$ yarn global add @vue/cli

just by cloning repo:

# clone the repo
$ git clone git@bitbucket.org:dentro-da-historia/brave.git

# go into app's directory and install dependencies:
$ cd brave
$ npm install

# serve with hot reload at localhost:8080.
$ npm start

Documentation

Got stuck? Check out our documentation 🤓

Deploy into S3

# build static docs
$ npm run-script build:docs

# sync with aws s3
$ aws s3 sync dist/docs s3://brave.dentrodahistoria.com.br --acl public-read --exact-timestamp