Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarnes committed Apr 20, 2021
1 parent abe4e11 commit bb71029
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
# formspree-example-nuxt
# [Formspree](https://formspree.io) & [Nuxt.js](https://nuxtjs.org) example

An example of using Formspree with Nuxt.js
**An example of using [Formspree](https://formspree.io) with [Nuxt.js](https://nuxtjs.org). For more information on how to use Formspree check out [our official integration guide](#).**

## Build Setup
**[Check out the demo site here](#)**

```bash
# install dependencies
$ npm install
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/formspree/formspree-example-nuxt)

# serve with hot reload at localhost:3000
$ npm run dev
**[Fork this repo →](https://github.com/formspree/formspree-example-nuxt/fork)**

# build for production and launch server
$ npm run build
$ npm run start
## Installation

# generate static project
$ npm run generate
Clone down repo, navigate to the repo directory and…

```shell
# Install dependencies
npm install

# Run nuxt locally at localhost:3000
npm run dev
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
## License & Attribution

TBC

0 comments on commit bb71029

Please sign in to comment.