0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/README.md

46 lines
1.5 KiB
Markdown
Raw Normal View History

2018-10-24 15:55:29 -05:00
2018-11-25 07:36:46 -05:00
[uri_license]: https://www.mozilla.org/en-US/MPL/2.0
[uri_license_image]: https://img.shields.io/badge/MPL-2.0-blue.svg
[![License: MPL-2.0][uri_license_image]][uri_license]
2021-02-01 04:58:19 -05:00
[![Gitter](https://badges.gitter.im/sereno-xyz/community.svg)](https://gitter.im/penpot/community)
[![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/penpot/ "Managed with Taiga.io")
:tada: Fully automate dev setup with Gitpod. This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. :whale: Gitpod docker image with Clojure Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: Fix path to GitPod docker image Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: Use sudo for setup Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: More sudo commands Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: Remove penpot user in gitpod Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: Brew install redis Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Init DB and penpot user Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :whale: Switch user for installs Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Improve startup and DB init Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Configure gitpod tasks Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Configure gitpod ports Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Setup for mailhog Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :bug: Use perms to install mailhog :bug: Install mailhog before workspace creation Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io> :wrench: Manage signed commits Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Configure tasks to wait on ports :wrench: Improve Gitpod config Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :arrow_up: Upgrade deps in gitpod Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :art: Use absolute path for cd Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Add nginx conf Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Fix nginx config for gitpod Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Ensure nginx listens all incoming :art: Change layers order Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :art: Change layers order Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :wrench: Set Nginx logs permissions Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com> :bug: Use sudo to create nginx logs Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
2021-02-28 19:09:42 -05:00
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/penpot/penpot)
2018-10-24 15:55:29 -05:00
2020-10-28 01:42:43 -05:00
# PENPOT #
2016-11-20 14:08:24 -05:00
2021-03-05 03:14:37 -05:00
Penpot is the first Open Source design and prototyping platform meant
for cross-domain teams. Non dependent on operating systems, Penpot is
web based and works with open web standards (SVG). For all and
empowered by the community.
2020-10-28 06:11:25 -05:00
![PENPOT](https://penpot.app/images/workspace-ui.jpg)
2017-03-01 04:54:37 -05:00
2019-08-21 11:51:56 -05:00
## Contributing ##
2016-11-20 14:08:24 -05:00
2017-03-01 04:54:37 -05:00
**Open to you!**
2019-08-21 11:51:56 -05:00
We love the open source software community. Contributing is our
passion and because of this, we'll be glad if you want to participate
2020-10-28 01:42:43 -05:00
and improve Penpot. All your awesome ideas and code are welcome!
2017-03-01 04:54:37 -05:00
Please refer to the [Contributing Guide](./CONTRIBUTING.md)
2016-11-20 14:08:24 -05:00
2019-09-21 07:02:32 -05:00
2021-02-01 04:58:19 -05:00
## Documentation ##
Please refer to the [help center](https://help.penpot.app).
2021-02-01 04:58:19 -05:00
2016-11-20 14:08:24 -05:00
## License ##
```
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
2021-03-30 07:47:52 -05:00
Copyright (c) UXBOX Labs SL
2016-11-20 14:08:24 -05:00
```