Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Wayne 070c1d3377 Add form provider for create project před 1 rokem
public Initial commit před 1 rokem
src Add form provider for create project před 1 rokem
.env.development Add example login page and MUI theme před 1 rokem
.eslintrc.json Added basic project and task management page před 1 rokem
.gitignore Initial commit před 1 rokem
.npmrc Initial commit před 1 rokem
.nvmrc Initial commit před 1 rokem
README.md Add i18n před 1 rokem
next.config.js Initial commit před 1 rokem
package-lock.json update package version před 1 rokem
package.json update package version před 1 rokem
postcss.config.js Added tailwind css před 1 rokem
tailwind.config.js Added tailwind css před 1 rokem
tsconfig.json Initial commit před 1 rokem

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: