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

@retailmenot/anchor

Package Overview
Dependencies
Maintainers
7
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@retailmenot/anchor

A React UI Library by RetailMeNot

  • 0.0.1-alpha.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by300%
Maintainers
7
Weekly downloads
 
Created
Source

Anchor

A React design system library.

Environment

Git 2.0+

There are several ways to install Git on a Mac. The easiest is probably to install the Xcode Command Line Tools. On Mavericks (10.9) or above you can do this simply by trying to run git from the Terminal the very first time.

$ git --version

If you don’t have it installed already, it will prompt you to install it.

If you want a more up to date version, you can also install it via a binary installer. A macOS Git installer is maintained and available for download at the Git website, at http://git-scm.com/download/mac.

Node 8.0.0+

You can download and install Node easily fom their website, but it's recommended that you install it using Node Version Manager

NVM
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

Then install Node

$ nvm install node

Yarn 1.6.0+ (optional)

First you will need Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Then install Yarn via Homebrew:

$ brew install yarn --without-node

Clone the Repo

Clone the repo:

$ git clone git@github.com:RetailMeNot/anchor.git

Install the Dependencies

$ yarn

or

$ npm i

Run the app

$ yarn dev

or

$ npm run dev

This will run the app in development mode.

Test the app

$ yarn test

or

$ npm run test

This will run the entire Jest test suite in development (watch) mode.

Contributing

See our contributing guide.

Fixing local file watcher:

brew install watchman

https://github.com/facebook/jest/issues/1767#issuecomment-248883102

Keywords

FAQs

Package last updated on 22 Feb 2019

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