This repository contains the source code for the rarimo.com website.
- 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/
-
Clone the repository:
git clone https://github.com/rarimo/rarimo.com.git cd rarimo.com
-
Install dependencies and launch the dev server:
yarn yarn dev
-
Open
http://localhost:3000
in your browser.
.env-staging
– Staging environment settings.env-production
– Production environment settings
# Build
docker build -t rarimo.com .
# Run
docker run -p 3000:3000 rarimo.com
Continuous integration and deployment are managed via GitHub Actions. See .github/workflows/
for build, test, and deployment pipelines.
- Fork the repository
- Create a feature branch
- Open a pull request
- We’ll review and merge!
MIT © 2025 Rarimo