From 7363fdf3b1787e0692f5943140015b5ddcb14aa7 Mon Sep 17 00:00:00 2001 From: aarbit Date: Sun, 2 Jun 2024 23:33:44 -0500 Subject: [PATCH] Initial commit --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 7 +++++++ 2 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/README.md b/README.md new file mode 100644 index 0000000..e193e4a --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Pretty Player FE + +Typescript React front end for Pretty Player + +# Config + +* `Config.ts` - Sets URL of the API \ No newline at end of file