To run this app locally, simply clone down this repository and run ampt
. You may need to login to the Ampt CLI if you haven't already (you can install this by running npm install -g @ampt/cli
). To start the local development server, run ampt dev
or dev
in the Ampt shell.
To deploy to Ampt, run ampt deploy $stage
or deploy $stage
in the Ampt shell. This will deploy your app to a unique URL that you can share with anyone.
Happy coding!