logo image
  • Introduction

    • Getting started
  • 01 Ideas

    • Thinking about the ideas
    • Validate the ideas
    • The simplest and smallest MVP
    • Tools to manage tasks, docs
  • 02 Build MVP fast

    • Install NextJs code template
    • Setup your brand
    • Store code on the Gitlab
    • Setup MongoDB
    • Setup Authentication

    • Explore all components
    • Update lang, font family base on your country
  • 03 Release product

    • Add your domain
    • Create a brand logo and favicon.ico
    • Update lang, font family, title and description meta
    • Prepare all production environment variables
  1. Home
  2. Build Mvp Docs
  3. Build
  4. Setup Brand

02 Build MVP fast

Setup your brand

After download and setup the template source code, we need to update some info, app icon, fav.icon and your brand color.


Change some meta data in your website

Open your terminal in your current source code then run this command:

bash
git init

Change your website language

Change your title, description, keywords, author

Change your brand color

Change your website logo

Change your website fav.icon

Previous
Install NextJs code template
Next
Store code on the Gitlab

On this page

  1. Change some meta data in your website

    1. Change your website language
    2. Change your title, description, keywords, author
  2. Change your brand color

  3. Change your website logo

  4. Change your website fav.icon