Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 985 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 985 Bytes

Manifold Sample App

You’re viewing the updated Manifold version of the app. To see the old AWS version, view the old-aws branch.

Example

🖥 https://manifold-sample-app-ohrnvaytsi.now.sh

Credentials:

[email protected]
verysecurepassword

Local Installation

brew install manifoldco/brew/manifold-cli
yarn
yarn seed

After creating a project in Manifold Dashboard, edit the .manifoldrc.example file and save as .manifoldrc (delete team if you’re not using Manifold Teams). Running yarn dev or yarn start will automatically inline variables from your Manifold project!

Development Server

yarn dev

Deployment

Deployment is set up to use Zeit Now. Once configured, run

now

To deploy your own instance.