Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Oct 27, 2024
1 parent 1bc8821 commit a65126b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ Here is a list of documentations that will help you contribute to the project:
- [Next-intl](https://next-intl-docs.vercel.app/) - Internationalization library
- [nuqs](https://nuqs.47ng.com/docs/installation) - Easy to use query params
- [BlockNote](https://www.blocknotejs.org/docs) - Tool for markdown textboxes
- [React Hook Form](https://react-hook-form.com/get-started) - When we need to handle form validation
- [Tanstack Query](https://tanstack.com/query/latest/docs/framework/react/overview) - TRPC wraps Tanstack Query which is how we fetch data from the backend
- [Tanstack Table](https://tanstack.com/table/latest/docs/introduction) - For dynamic tables with filtering, sorting, pagination etc
- [Tanstack Form](https://tanstack.com/form/latest/docs/overview) - When we need to handle form validation

#### Styling

Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@

The overhauled website for the [Hackerspace NTNU](https://www.hackerspace-ntnu.no/) student organization.

## Did you encouter an issue with the website?
## Did you encounter an issue with the website?

- [React](https://react.dev/reference/react) - Library for building user interfaces
- [Next.js](https://nextjs.org/docs) - Framework for routing and server-side rendering
- [Next-intl](https://next-intl-docs.vercel.app/) - Internationalization library
- [nuqs](https://nuqs.47ng.com/docs/installation) - Easy to use query params
- [BlockNote](https://www.blocknotejs.org/docs) - Tool for markdown textboxes
- [Tanstack Query](https://tanstack.com/query/latest/docs/framework/react/overview) - TRPC wraps Tanstack Query which is how we fetch data from the backend
- [Tanstack Table](https://tanstack.com/table/latest/docs/introduction) - For dynamic tables with filtering, sorting, pagination etc
- [Tanstack Form](https://tanstack.com/form/latest/docs/overview) - When we need to handle form validation
Please report it as an [issue](https://github.com/hackerspace-ntnu/website-next/issues)!

If the issue needs to be resolved as soon as possible, please contact a Hackerspace NTNU member.

Expand Down

0 comments on commit a65126b

Please sign in to comment.