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 52ee059f1b Small fixes před 1 rokem
public Initial commit před 1 rokem
src Small fixes před 1 rokem
.env.development Add example login page and MUI theme před 1 rokem
.env.production update před 1 rokem
.eslintrc.json update před 1 rokem
.gitignore Refactor resource and milestone and add styled data grif 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 update před 1 rokem
package-lock.json env prod před 1 rokem
package.json env prod 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: