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.
brew install pnpm
# Install dependencies (only the first time)
pnpm i
# Run the local development server
pnpm dev
Then visit: localhost:3000.
pnpm build
pnpm start
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
.