Curious Minds - The network for underutilized high potentials. We believe that everybody carries in them the potential for pretty awesome achievements. We also understand that it can be extraordinarily difficult to fulfill this potential alone.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
Clone repository:
git clone [email protected]:Elias-Ladenburger/curious-minds.git
Install Dependencies:
npm install
Start development server
npm run dev
# or open the app in a new browser tab addtionaly
npm run dev -- --open
The application should open at http://localhost:5173.
Create a production version:
npm run build
Preview the production build:
npm run preview