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/>.