0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 15:09:10 -05:00
penpot/README.md

46 lines
1.5 KiB
Markdown
Raw Normal View History

2018-10-24 22:55:29 +02:00
2018-11-25 13:36:46 +01: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 10:58:19 +01: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-03-01 00:09:42 +00: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 22:55:29 +02:00
2020-10-28 07:42:43 +01:00
# PENPOT #
2016-11-20 20:08:24 +01:00
2021-03-05 09:14:37 +01: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 12:11:25 +01:00
![PENPOT](https://penpot.app/images/workspace-ui.jpg)
2017-03-01 10:54:37 +01:00
2019-08-21 16:51:56 +00:00
## Contributing ##
2016-11-20 20:08:24 +01:00
2017-03-01 10:54:37 +01:00
**Open to you!**
2019-08-21 16:51:56 +00: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 07:42:43 +01:00
and improve Penpot. All your awesome ideas and code are welcome!
2017-03-01 10:54:37 +01:00
Please refer to the [Contributing Guide](./CONTRIBUTING.md)
2016-11-20 20:08:24 +01:00
2019-09-21 12:02:32 +00:00
2021-02-01 10:58:19 +01:00
## Documentation ##
Please refer to the [help center](https://help.penpot.app).
2021-02-01 10:58:19 +01:00
2016-11-20 20:08:24 +01: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 14:47:52 +02:00
Copyright (c) UXBOX Labs SL
2016-11-20 20:08:24 +01:00
```