First, clone the GitHub repository:
git clone https://github.com/team-headstart/pentagram.gitThen, navigate to the project directory:
cd pentagramThen, install the dependencies:
npm installRun the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.