An e-commerce shop, complete with a CMS, built using Astro + React.
To visit the website, click on the logo.
npm install
- installs all the packages
npm run dev
- runs the webapp on localhost
npm run devnstudio
- runs webapp and prisma studio concurrently
npm run build
- generates Prisma client and builds the Next.js application
npm run lint
- will run ESLint with --fix to auto-fix issues.
npm run lint:check
- will run ESLint without --fix to check for issues.
npx prisma migrate reset
- drops, recreates the database, and reseeds it automatically (be careful)
git clone https://github.com/marcadrian-it/handgefertigter@latest
cd handgefertigter
If you'd like to contribute, please fork the repository and open a pull request to the main
branch.