diff --git a/content/posts/2020-03-12-fleek-co-next-js.md b/content/posts/2020-03-12-fleek-co-next-js.md index 29b3c15882..c466b683bf 100644 --- a/content/posts/2020-03-12-fleek-co-next-js.md +++ b/content/posts/2020-03-12-fleek-co-next-js.md @@ -33,7 +33,11 @@ Create an empty repository and clone it. Create a Next.js app using: -`$ mkdir nextjs && cd nextjs` `$ npm init --y' '$ npm install next react react-dom` +```console +$ mkdir nextjs && cd nextjs +$ npm init --y +$ npm install next react react-dom +``` ![](./media/nextjs/CreateNextjsapp.png) @@ -161,4 +165,4 @@ Fleek will automatically redeploy your website whenever you make changes to GitH * Join our [Community Chat](https://slack.fleek.co/) * Follow us on [Twitter](https://twitter.com/FleekHQ) * Check out our [Tech Docs](https://docs.fleek.co/) -* Contact us at support@fleek.co \ No newline at end of file +* Contact us at support@fleek.co