1.2.2 • Published 2 years ago

@frontity/now v1.2.2

Weekly downloads
482
License
Apache-2.0
Repository
github
Last release
2 years ago

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.

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago