Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: formatting of the shell commands #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions content/posts/2020-03-12-fleek-co-next-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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 [email protected]
* Contact us at [email protected]