mVoterWeb
1.0.0
此存儲庫包含MVOTER 2020 Web應用程序的代碼。 Mvoter 2020是以前2017年版的更新版本,並增加了2020年的新功能和數據。該應用程序是為了教育目的而開源的,並且因為我們認為,用公共資金製造的軟件應該公開可用。在此處閱讀有關公共資金的更多信息。
該代碼需要使用以下規范進行運行。
這是一個帶有create-next-app boottrable。
首先,運行開發服務器:
npm run dev
# or
yarn dev創建本地.env文件並添加以下內容。
BASE_URL=YOUR_BASE_URL
API_KEY=YOUR_API_KEY
GA_TRACKING_ID=YOUR_GOOGLE_ANALYTICS_TRACKING_ID
打開http:// localhost:3009使用瀏覽器查看結果。
只要您遵守Github社區指南,您就歡迎您提交問題並提取請求。從錯字錯誤到提交新功能,歡迎任何形式的貢獻。
該應用程序可以從Play Store下載。如果您的手機沒有玩商店,您也可以從我們的網站手動下載APK。
該應用也可以從網絡中使用。
mVoter 2020
Copyright (C) 2020 PopStack
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.