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.
 
 
MSI\2Fi 7e4427a7ff Merge branch 'main' of https://git.2fi-solutions.com/wayne.lee/tsms pirms 6 mēnešiem
public report update pirms 1 gada
src update issue in milestone payment, aligining the money summary with the calculation pirms 6 mēnešiem
.env.development Update environment config pirms 1 gada
.env.production Update to production URL pirms 10 mēnešiem
.eslintrc.json dashboard update pirms 1 gada
.gitignore Add PWA functionality pirms 1 gada
.npmrc Initial commit pirms 1 gada
.nvmrc Initial commit pirms 1 gada
README.md Add i18n pirms 1 gada
next.config.js Use task templates in project creation pirms 1 gada
package-lock.json Fix money related issue in milestone payments pirms 8 mēnešiem
package.json Add auto logout function in frontend (60 mins); pirms 9 mēnešiem
postcss.config.js Added tailwind css pirms 1 gada
tailwind.config.js Added tailwind css pirms 1 gada
tsconfig.json Initial commit pirms 1 gada
zip_project.ps1 add zip_project.ps1 pirms 1 gada

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

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: