FPSMS-frontend
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 1.0 KiB

9ヶ月前
10ヶ月前
9ヶ月前
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)