FPSMS-frontend
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 1.0 KiB

9 månader sedan
10 månader sedan
9 månader sedan
1234567891011121314151617181920212223242526272829303132
  1. This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
  2. ## Setting Up the Environment
  3. It is recommended to use the same node and npm versions for development. An easy way to do so would be to use `nvm` ([Linux/MacOS](https://github.com/nvm-sh/nvm), [Windows](https://github.com/coreybutler/nvm-windows)).
  4. After installing `nvm`, run:
  5. ```bash
  6. nvm use
  7. npm install
  8. ```
  9. This will automatically use the node version defined in `.nvmrc` and then proceed with installing the necessary dependencies for development.
  10. ## Getting Started
  11. First, run the development server:
  12. ```bash
  13. npm run dev
  14. ```
  15. Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
  16. ## References
  17. This project uses the following libraries:
  18. - [NextJS](https://nextjs.org/docs)
  19. - [Next-Auth](https://next-auth.js.org/getting-started/example)
  20. - [Material UI](https://mui.com/material-ui/getting-started/)
  21. - [i18next](https://www.i18next.com/overview/getting-started)