Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

valin4tor/ninetales

Repository files navigation

Ninetales

Ninetales

Ninetales is two things:

  1. a new way to create modern JavaScript websites and applications

  2. an experimental project designed to raise the performance bar for similar frameworks

Developing Ninetales

You can develop and test Ninetales locally using Verdaccio.

Building and Publishing to Verdaccio

  1. Install and start Verdaccio:

    yarn global add verdaccio
    verdaccio
  2. In a new terminal, create a user and log in:

    npm adduser --registry http://localhost:4873
  3. Finally, build all packages and publish them:

    cd <project root>
    yarn build
    yarn verdaccio
  4. You can also build and/or publish a particular package by running the same commands inside its directory:

    cd packages/ninetales
    yarn build
    yarn verdaccio

Installing from Verdaccio

You can install a package from Verdaccio in a project by specifying its registry URL on the command line. For example:

yarn add @ninetales/ninetales --registry http://localhost:4873

You can also configure Yarn to use the Verdaccio registry by default, instead of specifying it for each add/install command:

yarn config set registry http://localhost:4873

To revert back to the default registry, use yarn config delete registry.

About

An experimental framework raising the performance bar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published