byte-foundry / inyo

Smart Project Manager for Freelancer

Home Page:https://inyo.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Smart Project Manager for freelancers.

Netlify Status

Installation & Running

You can use either Yarn or NPM.

yarn install
yarn start

If you want to run your own backend, you need to setup the Inyo API first and configure the following variable:

export REACT_APP_GRAPHQL_API=http://localhost:3000

Translating

# Collect all files containing the translation tags
yarn manifest

# Collect translations from the files and generate source
yarn collect-fbts

# Update en-US translation file
yarn generate-locale-file

Then, translate all lines marked with #TODO in the translation file in the translations folder.

# Generate locale file for the app
yarn translate-fbts

Contributing

Pull requests are welcome. If you find a bug, please check there is not already an issue opened about it.

License

AGPLv3

About

Smart Project Manager for Freelancer

https://inyo.me

License:Other


Languages

Language:JavaScript 99.2%Language:CSS 0.5%Language:HTML 0.3%Language:Shell 0.0%