Go to file
2023-07-01 22:21:59 +02:00
app Initial release 2023-07-01 22:21:59 +02:00
components Initial release 2023-07-01 22:21:59 +02:00
helpers Initial release 2023-07-01 22:21:59 +02:00
public/assets Initial release 2023-07-01 22:21:59 +02:00
.eslintrc.json Initial release 2023-07-01 22:21:59 +02:00
.gitignore Initial release 2023-07-01 22:21:59 +02:00
app.config.example.ts Initial release 2023-07-01 22:21:59 +02:00
compile_proto.sh Initial release 2023-07-01 22:21:59 +02:00
middleware.ts Initial release 2023-07-01 22:21:59 +02:00
next.config.js Initial release 2023-07-01 22:21:59 +02:00
package-lock.json Initial release 2023-07-01 22:21:59 +02:00
package.json Initial release 2023-07-01 22:21:59 +02:00
README.md Initial release 2023-07-01 22:21:59 +02:00
tsconfig.json Initial commit from Create Next App 2023-06-25 18:01:35 +02:00

MK8 Pretendo website

Instructions

  • Rename app.config.example.ts to app.config.ts and edit the configuration file to match your running env.
npm install
npm run build
npm run start