See our live projects at https://wevis.info/
A guide for getting started with the WeVis project
- If you don't have permission on WeVis Github Org, ask the maintainer to create a repo for you.
- Create
README.md
with README Template to describe the project.
- WeVis provides a design system and components library for React, Svelte, and Vue. After setting up the tools/framework for the project, please follow the official guide.
- WeVis doesn't force the tools or framework. Feel free to choose the one that is suitable for each project.
The staging environment is a non-production deployment allowing team members to see the process while under development.
- On the opensource project, we recommend using Github Action with Github Page
- GitHub Pages action can be used in GitHub Action's workflow file to deploy code to Github Page
- Staging is updated (workflow is triggered) when code is pushed to the main branch by default. (example workflow file)
- Some projects requiring manual PM updates can use manual trigger. (example workflow file)
- Only people with at least written permission in the repository can trigger workflow.
- If you belong to the PunchUp organization, Cloudflare Pages can also be used.
- Don't hesitate to contact the maintainer for production deployment.