Skip to content

gitopia/gitopia-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitopia Web

Gitopia

Web frontend app for interacting with Gitopia chain.

Local setup

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 yarn

Then install project dependencies

yarn

Setup your local environment variables

cp .env.production .env.production.local
vim .env.production.local

Build the files

yarn build

Start the production server

yarn start

Open http://localhost:3000 with your browser to see the result.

Contributing

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

Start a development server

yarn dev

Test your code for linting errors

yarn lint

Open http://localhost:3000 with your browser to see the result.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published