Skip to main content

Installation

Firstly, ensure that you have Node.js 16 installed on your machine.

caution

Ensure that the Node version installed is Node 16, since it does not work on Node 17 and above due to backwards compatibility issues and security vulnerability fixes with Open SSL.

If you have other Node versions installed, you can add in another Node version for the project to run on the computer. Windows users can benefit from using NVM (Node Version Manager)

Next, open your terminal and clone the repository.

git clone https://github.com/melissaharijanto/pink-unicorn.git

Navigate to the project.

cd pink-unicorn

Install all the dependencies.

yarn install

Finally, test the app by running it in your local host!

npm run start
tip

If you are running on Windows and encounter a weird error regarding Invalid regular expression, you might want to check this out. All the best!🥰