Skip to content

CodeCafeCommunity/codecafecommunity.github.io

Repository files navigation

Code Café Community website

🚧 Currently under construction 🚧

Prerequisites for Contributing

This project requires the following:

  • Node version 23.5.0

Setting Up Node.js Version

To ensure compatibility, please use nvm or a similar tool to manage Node versions.

Using nvm

  1. Install nvm if you don’t already have it: https://github.com/nvm-sh/nvm#installing-and-updating.
  2. Run the following command in the project directory:
    nvm use

If you don’t have Node.js 23.5.0 installed, nvm will prompt you to install it.

run:

nvm use 23.5.0

Install Dependencies

Once the correct Node.js version is set up, install the project's dependencies:

npm install

Start the Development Server

npm run dev