Web frontend app for interacting with Gitopia chain.
To run or build the app, first, need to install Node.js and Yarn globally
First Install Node (above 12.x.x LTS version) from official website
Then install Yarn
npm install -g yarn
# OR
sudo npm install -g yarnThen install project dependencies
yarnSetup your local environment variables
cp .env.production .env.production.local
vim .env.production.localBuild the files
yarn buildStart the production server
yarn startOpen http://localhost:3000 with your browser to see the result.
Gitopia Web is an open source project and contributions from community are always welcome. Discussion and development majorly take place on the Gitopia via issues and proposals -- everyone is welcome to post bugs, feature requests, comments and pull requests to Gitopia. (read Contribution Guidelines and Coding Guidelines.
Setup your local environment variables
cp .env.development .env.development.local
vim .env.development.localStart a development server
yarn devTest your code for linting errors
yarn lintOpen http://localhost:3000 with your browser to see the result.
This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work.
SPDX-License-Identifier: Apache-2.0 OR MIT
