Skip to content

nkss-dev/node-modules

Repository files navigation

node-modules

Next.js version info React version info Tailwindcss version info TypeScript version info

The code-base for the official webpage of NKSS written in TypeScript using the Next.js, and TailwindCSS frameworks.

Running a local instance

  1. Clone the repository: git clone https://github.com/nkss-dev/node-modules
  1. Install dependencies:
    • nix develop: This installs our core dependencies (mainly nodejs)
    • npm i: This will install all of our project dependencies (nextjs, etc.)
  2. Run the project locally: npm run dev