Welcome to my portfolio! Here you'll find a showcase of my projects, skills, and experience as a developer. I’m passionate about building robust, scalable, and user-friendly applications across platforms like web, cloud, and mobile.
“Striving for excellence, one project at a time.”
Install dependencies and configure .env
npm install
cp .env.example .envTo start a local development server, run:
npm run devOnce the server is running, open your browser and navigate to http://localhost:4000/. The application will automatically reload whenever you modify any of the source files.
To build the project run:
npm run build