New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contentstack-framework

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentstack-framework

node.js web framework for Built.io Contentstack

  • 0.1.21
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Built.io Contentstack

node.js web framework for Built.io Contentstack

Notice: This framework has been deprecated and will be retired from Built.io Contentstack soon. It is highly recommended that you switch to the contentstack-express instead.

Installation

Run the following command in a Terminal or Command Prompt to globally install the latest version of Built.io Contentstack framework on your system:

$ npm install -g contentstack-framework

You might need administrator privileges to perform this installation. ##Setup a site Navigate to a folder of your choice in the Terminal and create a site.

$ contentstack create

$ What would you like to do?
  (1) Create a new site.
  (2) Connect to an existing site.

Choose the first option and you'll be guided through a step-by-step procedure to create the directory where the site's files will be kept. Authenticate using your email id and password before doing so.

$ Enter the site name: my_new_site
$ Enter name of the directory to contain the project: (my_new_site)

Then create a publishing environment where the content will be made available.

$ Enter the publishing environment name: (development)
$ Enter the endpoint for publishing environment: (http://localhost:4000/)

The site development folder houses all templates and configuration files related to the website. The framework will navigate to this folder and install the site dependencies automatically.

###Run the Site Navigate to this folder and start the application.

$ cd my_new_site
$ npm start

The default environment is 'development' with '4000' port.

License

MIT Copyright © 2015 raw engineering, inc.

Keywords

FAQs

Package last updated on 19 Aug 2017

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