This is the frontend part of a project that aims to create a simple registration and login system.
pnpm install # Make sure to install the dependencies
pnpm run dev # Start the development server on `http://localhost:3000`
pnpm run build # Build the application for production
pnpm run preview # Locally preview production buildIt's really important to store user data securely. I read the following articles to understand how to do that properly: