Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@universelabs/meta

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universelabs/meta

A blockchain enhhanced front-end framework based off Bootstrap for developing decentralized apps.

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-92.21%
Maintainers
1
Weekly downloads
 
Created
Source

Meta

Meta is an open source blockchain UI framework.
(Bootstrap foundational base)

universe.engineering

Report bug · Explore · Medium · Slack

Follow UniverseLabs on Twitter · Star Repo


meta-v0.2.7


This project was bootstrapped with Create React App v2.

Table of contents

Status

  • Initiated framework Meta.
    • Color System
    • Spacing Rules
    • Communication Typography System
      • Calculations for a 1rem and 1.0625rem base font-size.
      • Full definition of Base Typography, Headings, Display Headings, Leads, and Paragraphs.

CircleCI Meta version Universe Community

Dependencies Status @fortawesome/fontawesome-svg-core version @fortawesome/free-brands-svg-icons version @fortawesome/free-solid-svg-icons version @fortawesome/react-fontawesome version Ajv version Bootstrap version jQuery version node-sass version npm version npm-run-all version Popper version px-rem-reference version React version ReactDOM version React Router DOM version react-scripts version Serve version shx version Source Map Explorer version

meta
├── .circleci
│  └── config.yml
├── .gitignore
├── package-lock.json
├── package.json
├── public
│  └── index.html
│  └── manifest.json
├── README.md
└── scss
└── src
│  └── App.js
│  └── App.test.js
│  └── components
|  │  └── Footer.js
|  │  └── Header.js
|  │  └── Home.js
|  │  └── NoMatch.js
|  │  └── Page404.js
|  │  └── Typography.js
│  └── css
|     └── App.css
|     └── index.css
│  └── index.js
│  └── scss
|     └── meta.scss
│  └── serviceWorker.js
└── static.json

Quick start

Quickly start by cloning the repository to your local machine

$ git clone git@github.com:universelabs/meta.git

Install npm. npm is installed and comes bundled with Node.js

$ brew install node

Add dependencies

$ npm install

Start the local client side server and run the app. The app will automatically open your web browser and navigate to http://localhost:3000/ for you

$ npm start

Repository maintainers

Guy Lepage

Keywords

FAQs

Package last updated on 19 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc