A starting point for your Arcade server.
Create a .env
file at the root and add the port
variable:
echo "port=7331" > .env
Run build_runner build
:
dart run build_runner build --delete-conflicting-outputs
Or to watch:
dart run build_runner watch --delete-conflicting-outputs
Serve your application:
arcade serve