Closed epifaniofrancisco closed 2 weeks ago
The standard question to ask in this position is, what specific error are you getting?
I assume from your question that you're looking to update the design or functionality of the docs website, not the icons themselves.
I had a go at trying to run the website locally (something I haven't done before). So I did:
cd docs
pnpm install
pnpm docs:dev
And the site was up and running on localhost
.
You have to make sure you're using pnpm, not npm. That's the only gotcha I can think of.
Thank you very much, it was really helpful! The issue was that I wasn't running the cd docs
command first; I was just trying to run pnpm docs:dev
directly from the project root.
Hello,
I'm interested in contributing to the Lucide project, specifically by improving the design. However, I'm currently unable to run the project on my local machine to preview the website and test my changes.
I have followed the instructions in the README file, but I seem to be facing some issues during the setup process. Could someone please help me with the following?
I would greatly appreciate any guidance or instructions on how to get the project running locally.
Thank you!