diff --git a/.env.example b/.env.example index cea9a39..cfcd647 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,7 @@ -REACT_APP_API_URL=http://localhost:8000 \ No newline at end of file +REACT_APP_API_URL=http://localhost:8000 + +PUBLIC_URL=https://sdn-host.net/public/ + +CDN_HOST=some-ftp-host.com +CDN_LOGIN=gitcom +CDN_PASSWORD=your-password \ No newline at end of file diff --git a/README.md b/README.md index 51df806..58255f3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This is the main frontend application hosted at [gitcom.org](https://gitcom.org) + + ### Brief description This platform can help: 1. users: it will provide an easy way for users to support independent developers via subscription or donations and get rewards in return diff --git a/package.json b/package.json index 406ecd7..3d9512e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitcom-front", - "version": "0.12.0", + "version": "0.13.0", "private": true, "dependencies": { "@azure/ms-rest-js": "^2.0.5", @@ -46,5 +46,6 @@ "last 1 firefox version", "last 1 safari version" ] - } + }, + "devDependencies": {} } diff --git a/public/img/icon/product/discord_full.svg b/public/img/icon/product/discord_full.svg new file mode 100644 index 0000000..22dd113 --- /dev/null +++ b/public/img/icon/product/discord_full.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/screenshots/screenshot.jpg b/public/img/screenshots/screenshot.jpg new file mode 100644 index 0000000..9e24df2 Binary files /dev/null and b/public/img/screenshots/screenshot.jpg differ diff --git a/public/index.html b/public/index.html index 1560d76..a48e3b1 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@
+ - - - -