FPSMS-frontend
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Tommy\2Fi-Staff 84088c143d Merge branch 'MergeProblem1' of https://git.2fi-solutions.com/jason/FPSMS-frontend into MergeProblem1 há 1 semana
.cursor changed the look and feel slightly há 3 semanas
public logo update há 5 meses
src Merge branch 'MergeProblem1' of https://git.2fi-solutions.com/jason/FPSMS-frontend into MergeProblem1 há 1 semana
types eslint suggested spacing há 8 meses
.env.development [feature] update axios há 10 meses
.env.production no message há 1 semana
.eslintrc.json [config] update IDE typescript config há 10 meses
.gitignore tsms to fpsms há 1 ano
.npmrc initial commit há 1 ano
.nvmrc initial commit há 1 ano
README.md update po há 9 meses
check-translations.js update há 4 meses
next.config.js Please check the follow files, i comment the warning part for deployment, há 8 meses
package-lock.json no message há 1 semana
package.json no message há 1 semana
postcss.config.js eslint suggested spacing há 8 meses
tailwind.config.js no message há 3 semanas
tsconfig.json Fix the files that make project failed to compile há 3 semanas
zip_project.ps1 the zip file ignore the .env.development to make logout go to 10.100.0.81:3000 temperately há 3 meses

README.md

This is a Next.js project bootstrapped with create-next-app.

Setting Up the Environment

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, Windows).

Version

nvm: 1.1.12

After installing nvm, run:

nvm use
npm install

This will automatically use the node version defined in .nvmrc and then proceed with installing the necessary dependencies for development.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

References

This project uses the following libraries:

Qrcode Testing

https://stackoverflow.com/questions/16835421/how-to-allow-chrome-to-access-my-camera-on-localhost Local Qrcode testing require setting tweak Steps:

  1. Navigate to chrome://flags/#unsafely-treat-insecure-origin-as-secure in Chrome.
  2. Find and enable the Insecure origins treated as secure section (see below).
  3. Add any addresses you want to ignore the secure origin policy for. Remember to include the port number too (if required).