The code-base for the official webpage of NKSS written in TypeScript using the Next.js, and TailwindCSS frameworks.
- Clone the repository:
git clone https://github.com/nkss-dev/node-modules
- Install dependencies:
nix develop: This installs our core dependencies (mainlynodejs)npm i: This will install all of our project dependencies (nextjs, etc.)
- Run the project locally:
npm run dev