A Club Penguin remake.
To install the CPJourney Client, follow these steps:
-
Make sure you have Node.js installed on your machine. You can install Node.js version 20 or higher. If you don't have Node.js installed, you can use nvm to easily manage multiple Node.js versions on your machine. To install nvm, follow the instructions in the nvm repository.
-
Open your terminal or command prompt.
-
Enable corepack by running the following command:
corepack enable
Note: If you are using macOS, you can install corepack using Homebrew by running
brew install corepack
. -
Install pnpm using corepack by running the following command:
corepack enable pnpm
-
Clone the CPJourney Client repository by running the following command:
git clone https://github.com/cpjourney/client.git
-
Navigate to the cloned repository:
cd client
-
Install the project dependencies using pnpm:
pnpm install
-
Once the installation is complete, you can start the CPJourney Client by running the following command:
pnpm dev
-
Open your web browser and visit
http://localhost:8080
to access the CPJourney Client.
To clone the CPJourney Assets folder into this repository, follow these steps:
-
Make sure you have Git installed on your machine.
-
Open your terminal or command prompt.
-
Navigate to the root directory of the CPJourney Client repository.
-
Clone the CPJourney Assets repository by running the following command:
git clone https://github.com/cpjourney/assets.git
-
The CPJourney Assets folder will be cloned into the current directory.
That's it! You have successfully installed the CPJourney Client and cloned the CPJourney Assets folder into this repository.