Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
📚 getting started updates
Browse files Browse the repository at this point in the history
getting started updates

📚 Documentation
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent 2a3480e commit 49aeaa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ This is a slightly opinionated starter kit for developing [Next.js](https://next
## 🏃‍ Get started

To get started clone the repo. Using `npx degit` is a great get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or `FUNDING.yml` saving you the effort.
To get started clone the repo. Using `npx degit` is a great way to get this done quickly as it will remove the `.git` folder plus extra files like the `LICENSE.md` or `FUNDING.yml` saving you the effort.

```console
npx degit TimMikeladze/next-apollo-joy-starter my-app

cd my-app

yarn && yarn dev
```

Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getStaticProps: GetStaticProps = withTranslations(async () => {
`
`,
)
.splice(2, fileContents.length)
.splice(3, fileContents.length)
.join(`\n`);

const processedContent = await remark().use(html).process(fileContents);
Expand Down

1 comment on commit 49aeaa6

@vercel
Copy link

@vercel vercel bot commented on 49aeaa6 Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.