Skip to content

Kodemy is a web application that allows you to store useful and recommended materials by members of the SKNI KOD academic circle

Notifications You must be signed in to change notification settings

skni-kod/KodemyFrontend

Repository files navigation

Frontend of Kodemy, using Next.js, Typescript and Tailwind CSS.

Installing packages

npm ci

Running the project

Run the development server:

npm run dev

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

Requirements:

  • Node.js

Maintain Packages

To check for outdated packages, run:

npm outdated

Or, to check for unused dependencies, run:

npx depcheck

If depcheck is not installed, install it globally by running:

npm install -g depcheck

To safely update dependencies, run:

npm update

Note: This command will update dependencies with patch changes (e.g., 18.3.3 to 18.3.12) and minor updates (e.g., 1.7.4 to 1.8.1). It will not update major versions (e.g., 8.57.0 to 9.14.0), as major updates can introduce breaking changes.

About

Kodemy is a web application that allows you to store useful and recommended materials by members of the SKNI KOD academic circle

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7