commit 7363fdf3b1787e0692f5943140015b5ddcb14aa7 Author: aarbit Date: Sun Jun 2 23:33:44 2024 -0500 Initial commit 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