https://github.com/rarimo/rarimo.com
rarimo.com website source code
https://github.com/rarimo/rarimo.com
Last synced: 3 months ago
JSON representation
rarimo.com website source code
- Host: GitHub
- URL: https://github.com/rarimo/rarimo.com
- Owner: rarimo
- License: mit
- Created: 2023-10-26T08:39:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T12:19:50.000Z (7 months ago)
- Last Synced: 2026-03-05T15:44:52.975Z (5 months ago)
- Language: HTML
- Homepage: https://rarimo.com
- Size: 118 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rarimo.com
This repository contains the source code for the [rarimo.com](https://rarimo.com) website.
## Tech Stack
* **Next.js & React**: Server-side rendering and static-site generation for optimal performance
* **TypeScript**: Fully typed codebase for maintainability and developer confidence
* **Tailwind CSS**: Utility-first styling for rapid UI development
* **Yarn 4.7.0**: Package management with zero-install support
* **Dockerized**: Container-ready with a `Dockerfile` for easy deployments
* **Env Management**: Separate `.env-staging` and `.env-production` configs
* **CI/CD**: GitHub Actions workflows in `.github/workflows/`
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/rarimo/rarimo.com.git
cd rarimo.com
```
2. Install dependencies and launch the dev server:
```bash
yarn
yarn dev
```
3. Open `http://localhost:3000` in your browser.
## Environment Variables
* `.env-staging` – Staging environment settings
* `.env-production` – Production environment settings
## Deployment
### Docker
```bash
# Build
docker build -t rarimo.com .
# Run
docker run -p 3000:3000 rarimo.com
```
## CI/CD
Continuous integration and deployment are managed via GitHub Actions. See `.github/workflows/` for build, test, and deployment pipelines.
## Contributing
1. Fork the repository
2. Create a feature branch
3. Open a pull request
4. We’ll review and merge!
## License
MIT © 2025 Rarimo