https://github.com/hooopo/ossinsight-pick
Handpicks, features, or highlights a selection of open-source repositories each week. We cherry-pick the best, trending, or otherwise interesting repositories, providing an in-depth analysis you won't find elsewhere, thus enabling developers to discover, learn from, and contribute to these noteworthy projects.
https://github.com/hooopo/ossinsight-pick
analytics data-visualization github open-source trending-repositories visualization
Last synced: 11 months ago
JSON representation
Handpicks, features, or highlights a selection of open-source repositories each week. We cherry-pick the best, trending, or otherwise interesting repositories, providing an in-depth analysis you won't find elsewhere, thus enabling developers to discover, learn from, and contribute to these noteworthy projects.
- Host: GitHub
- URL: https://github.com/hooopo/ossinsight-pick
- Owner: hooopo
- Created: 2023-07-26T08:26:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:45:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T10:32:45.531Z (over 1 year ago)
- Topics: analytics, data-visualization, github, open-source, trending-repositories, visualization
- Homepage: https://ossinsight.io/
- Size: 5.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evidence Template Project
Welcome to Evidence. Use this project template to get started.
[Share your feedback with the Evidence team](https://du3tapwtcbi.typeform.com/to/GZNZe1GY)
## Getting Started
Check out the docs for [alternative install methods](https://docs.evidence.dev/getting-started/install-evidence) including Docker, Github Codespaces, and alongside dbt.
```shell
npx degit evidence-dev/template my-project
cd my-project
npm install
npm run dev
```
Once you've launched Evidence, this project includes a short tutorial to help you get started.
Don't clone this repo, just download the code using the steps above.
## Codespaces
If you are using this template in Codespaces, use the following commands to get started:
```shell
npm install
npm run dev -- --host 0.0.0.0
```
See [the CLI docs](https://docs.evidence.dev/cli/) for more command information.
**Note:** Codespaces is much faster on the Desktop app. After the Codespace has booted, select the hamburger menu → Open in VS Code Desktop.
## Learning More
- [Docs](https://docs.evidence.dev/)
- [Github](https://github.com/evidence-dev/evidence)
- [Slack Community](https://join.slack.com/t/evidencedev/shared_invite/zt-uda6wp6a-hP6Qyz0LUOddwpXW5qG03Q)
- [Evidence Home Page](https://www.evidence.dev)