Project likely to evolve a lot.
Under development 👨💻
npx create-next-gold-app my-project
Add and edit the .env file for your database, before continuing
- Install NPM packages
npm install
- Run the app
To start the project in development, run the following command:
Bun run dev
bun run build