Skip to content

cbmono/tip-of-the-week

Repository files navigation

ALTEOS - Tip of the Week

This Repo contains all the Tip of the Week articles from every team member from ALTEOS.


Tip of the Week: Every week, each team member will share a tip that they find useful in their daily work. This can be a code snippet, a tool, a shortcut, or anything that they find useful. The goal is to share knowledge and help each other grow.


This documentation has been created with Nextra v3.
Here further information about how to use Nextra Docs.


Live Demo →


Quick Start

0. Install pnpm globally

brew install pnpm

1. Local Development

# Install dependencies (only the first time)
pnpm i

# Run the local development server
pnpm dev

Then visit: localhost:3000.

2. Build for Production

pnpm build
pnpm start

3. Deployment

This project is deployed on Vercel and is automatically deployed on every push to the main branch.

Feature branches are also deployed automatically on Vercel: https://tip-of-the-week-alteos-git-<branch-name>.alteos.vercel.app.