Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 507 Bytes

thheedle-next

A new iteration of thheedle. This is a Next.js project bootstrapped with create-next-app.

Development & Deployment

Run npm run dev to host the project on a local network and reload upon save.

Run npm run build to build the project as a set of static files in /out which can be hosted with a basic web server (e.g. serve out).

TODO: Test deployment to S3 with Github workflows