- Node.js 20+ and npm
Run the following command on your local environment:
git clone --depth=1 https://github.com/coralflow/website my-project-name
cd my-project-name
npm installThen, you can run locally in development mode with live reload:
npm run devOpen http://localhost:3000 with your favorite browser to see your project.