Getting Started - Introduction
This section will give an overview of the lifecycle of a project. It isn’t necessarily Fully Forge-specific, some parts can be skipped for other tech stack projects.
DatoCMS
We use DatoCMS to manage and organize content for our website or app. A CMS (Content Management System) lets us easily update text, images, and other content without touching the code. DatoCMS is API-based, making it flexible and developer-friendly. Learn more
Nextjs
We use Next.js with the App Router to build our website. Next.js is a framework for React that makes it easier to create fast and dynamic web applications. The App Router is its new way of organizing pages and layouts, giving us more flexibility and better performance when structuring our project. Learn more
Vercel
We use Vercel to host and deploy our website. It’s a platform designed for modern web frameworks like Next.js, providing fast, reliable hosting and tools for automatic deployments, making it easy to share updates quickly. Learn more
GitHub
We use GitHub to store our code and collaborate on projects. It’s a platform for version control, allowing us to track changes, collaborate with others, and manage our codebase efficiently. Learn more
1Password
We use 1Password to store our passwords and sensitive information securely. It’s a password manager that helps us keep track of our login credentials, making it easier to manage and secure our accounts. Learn more
SSH Keys
We use SSH keys to securely connect to GitHub. It’s a way to authenticate our connections to GitHub without using a password, providing an extra layer of security. Learn more