From 87054bcb71a36a734ad5bcf6694b299e4c87d992 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sat, 8 May 2021 12:08:25 +0200 Subject: [PATCH] fix: formatting of the shell commands --- content/posts/2020-03-12-fleek-co-next-js.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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