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

@frontity/now

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontity/now

A Frontity builder for the Now hosting (Zeit)

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
696
decreased by-18.41%
Maintainers
5
Weekly downloads
 
Created
Source

Frontity - Now builder

Use this builder to deploy a Frontity project in the Zeit Now hosting.

Before deploying

  1. Create this now.json file in your project and change the site url:
{
  "alias": "www.your-site.com",
  "version": 2,
  "builds": [
    {
      "src": "package.json",
      "use": "@frontity/now"
    }
  ]
}
  1. Create an account on Now. You can signup here.

  2. Log in the terminal:

> npx now login

Deploy a test site

Deploy Frontity using this command:

> npx now

That will give you a unique URL for that deploy. Check that everything is ok.

Deploy a production site

You need to add a CNAME of www.your-site.com to alias.zeit.co in your domain DNS settings.

Then, deploy Frontity using this command:

> npx now --target production

That will createa a deploy and assign it to your real site url.

Keywords

FAQs

Package last updated on 04 Aug 2022

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