Press J or click me!

Docs
Introduction

Introduction

Hey builders, welcome to CodeAssist 👋!


Let's dive into the details of the boilerplate to kickstart your app development journey.

After completing this overview, dive into the tutorial to kickstart your project in just 5 minutes. Let's expedite the startup journey, lightning-fast!

Start local server.

1. Open your terminal and execute the following commands:

terminal>git clone https://github.com/gymerr0rz/codeassist-boilerplate.git [YOUR_APP_NAME]terminal>cd [YOUR_APP_NAME]terminal>npm installterminal>git remote remove originterminal>npm run dev

2. Open your browser and go to http://localhost:3000 to view your site.

config.js file

It is where you configure your app. Each key is documented to know how and why it's used. Have a thorough look at it: it is the backbone of the app.