diff --git a/frontend/README.md b/README.md similarity index 100% rename from frontend/README.md rename to README.md diff --git a/frontend/.gitignore b/frontend/.gitignore deleted file mode 100644 index 751513c..0000000 --- a/frontend/.gitignore +++ /dev/null @@ -1,28 +0,0 @@ -dist -.wrangler -.output -.vercel -.netlify -.vinxi -app.config.timestamp_*.js - -# Environment -.env -.env*.local - -# dependencies -/node_modules - -# IDEs and editors -/.idea -.project -.classpath -*.launch -.settings/ - -# Temp -gitignore - -# System Files -.DS_Store -Thumbs.db diff --git a/frontend/Makefile b/frontend/Makefile index 476b352..66f2113 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -1,3 +1,6 @@ +install: + deno install + dev: deno run dev