FPSMS-frontend
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
[email protected] 93472687bd no message pirms 6 dienas
.cursor changed the look and feel slightly pirms 3 mēnešiem
public User Page Update pirms 1 mēnesi
scripts translate and route schedule pirms 2 nedēļām
src no message pirms 6 dienas
types eslint suggested spacing pirms 11 mēnešiem
.env.development refining the device monitoring page pirms 1 mēnesi
.env.production no message pirms 3 mēnešiem
.eslintrc.json [config] update IDE typescript config pirms 1 gada
.gitignore new po ui pirms 2 nedēļām
.npmrc initial commit pirms 1 gada
.nvmrc initial commit pirms 1 gada
README.md update po pirms 1 gada
check-translations.js update pirms 7 mēnešiem
next.config.js Please check the follow files, i comment the warning part for deployment, pirms 11 mēnešiem
package-lock.json JO tesing page + set JO creation page search result to default showing 100 results pirms 2 mēnešiem
package.json Refining the PO Stock in report pirms 3 mēnešiem
postcss.config.js eslint suggested spacing pirms 11 mēnešiem
tailwind.config.js no message pirms 3 mēnešiem
tsconfig.json Fix the files that make project failed to compile pirms 3 mēnešiem
zip_project.ps1 the zip file ignore the .env.development to make logout go to 10.100.0.81:3000 temperately pirms 6 mēnešiem

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