Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubriclab/website
Marketing website for Rubric Labs.
https://github.com/rubriclab/website
Last synced: 5 days ago
JSON representation
Marketing website for Rubric Labs.
- Host: GitHub
- URL: https://github.com/rubriclab/website
- Owner: RubricLab
- Created: 2023-10-17T16:21:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T19:54:12.000Z (29 days ago)
- Last Synced: 2024-10-18T18:47:47.370Z (27 days ago)
- Language: TypeScript
- Homepage: https://rubriclabs.com
- Size: 10.9 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This project is for [Rubric Labs](https://rubriclabs.com)' website.
It was bootstrapped with [`create-rubric-app`](https://www.npmjs.com/package/create-rubric-app).
To install the dependencies, run:
```bash
bun i
```To run the dev server, run:
```bash
bun run dev
```After adding a page, please add it to the [sitemap](/app/sitemap.ts).