This project gives you a starting point for creating an Origami project.
To clone and run this repository, you'll need Git and Node.js (which comes with npm) installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/WebOrigami/origami-start
# Go into the repository
$ cd origami-start
# Install dependencies
$ npm install
# Run the app
$ npm startThis will start the Origami server on a local port; open the displayed URL to see "Hello!"
In Origami, building a project is just copying it to local files:
$ npm run buildThis will create a build folder containing index.html (and any other files you define for your site).