Skip to content

Commit

Permalink
docs: adjust references links
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Mar 7, 2024
1 parent fdb3255 commit c4e1c2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
- 🚀 **Next.js 13** - **React 18**
- ⛓️ **TypeScript**
- **Chakra-UI** v2
- ✔️ **toolings** for linting, formatting, and conventions configured
- ✔️ **toolings** for linting, formatting, and conventions configured
- `eslint`, `prettier`, `husky`, `lint-staged`, `commitlint`, `commitizen`, and `standard-version`
- `pre-commit`, `pre-push`, `commit-msg`, `prepare-commit-msg` hook configured
- 📱 **PWA-ready** - `next-pwa` configured, enabled by default, just disable it through `next.config.js`
- 🔎 SEO optimization configured - with `next-sitemap`.
- 🔎 SEO optimization configured - with `next-sitemap`.
- you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it.
- 🎨 basic responsive layout configured - don't need it? just remove it 😃
- 🤖 **Automatic Dependency Update** with [Renovate](https://renovatebot.com/)
- 🤖 **Automatic Dependency Update** with [Renovate](https://renovatebot.com/)
- 🏎️ **Turbo** setup
- 🧪 **Playwright** E2E Test

Expand Down Expand Up @@ -55,12 +55,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the

You can start editing the page by modifying `src/lib/pages/index.tsx`. The page auto-updates as you edit the file.

## How to Run e2e Test (in local machine)

1. Build production with `pnpm build`, then run the production build using `pnpm start`.
2. Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with `pnpm test:e2e`.

References:

- https://nextjs.org/docs/testing#playwright
- https://nextjs.org/docs/testing#running-your-playwright-tests
- [References](/references.md)
13 changes: 12 additions & 1 deletion references.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## References
# References

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Chakra UI](https://chakra-ui.com)
- [TypeScript](https://www.typescriptlang.org)

## How to Run e2e Test (in local machine)

1. Build production with `pnpm build`, then run the production build using `pnpm start`.
2. Open another terminal (or new terminal tab, don't cancel / close the production server), then run the test with `pnpm test:e2e`.

References:

- https://nextjs.org/docs/app/building-your-application/testing
- https://nextjs.org/docs/app/building-your-application/testing/playwright
- https://nextjs.org/docs/app/building-your-application/testing/playwright#running-your-playwright-tests

0 comments on commit c4e1c2d

Please sign in to comment.