Simple setup for the MethodConf website.
frontend/- Next.js appbackend/- Umbraco/.NET app
- Copy
frontend/.env.exampletofrontend/.env. - Copy
backend/.env.exampletobackend/.env. - Start the backend:
dotnet run --project backend/src/MethodConf.Cms/MethodConf.Cms.csproj- Start the frontend:
cd frontend && npm install && npm run dev