/malloc

Primary LanguageJavaScriptMIT LicenseMIT

malloc

A simple secret sharing app based on Cogito Identity framework.

Quick Start

$ yarn
$ yarn test # optionally with --no-cache
$ cd workspaces/web-app && yarn dev

Deploying to zeit

From the root:

$ now

So, nextjs builder and nextjs itself are undergoing changes in the way the deployment is handled.

We like to use the serverless deployment, which is in every way better than the legacy one.

That's why we are using next@canary because this version enables serverless mode.

Please check and observe the following discussions:

  1. vercel/next.js#5750
  2. https://github.com/zeit/now-builders/pull/150
  3. https://github.com/zeit/now-examples/pull/214
  4. vercel/next.js#6144
  5. vercel/next.js#5927
  6. vercel/next.js#5846
  7. vercel/next.js#1914 (for the discussion on __test__ folder)