Skip to content

Commit

Permalink
Update installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl authored Sep 6, 2024
1 parent c40a72d commit 169ca7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/content/docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,19 @@ composer create-project justd/laravel project-name
Jump into your new crib with `cd project-name`, then install all the goods with `npm i && npm run dev`. Fire up your server with `php artisan serve`, and boom—you’re ready to roll.
### Next.js
Get on that Just D hype with the [Next.js Starter Kit](https://justd-next.netlify.app/). This bad boy is pre-loaded and ready to go. Kick off a new project with:
Get on that Just D hype with the [Next.js Starter Kit](https://next.getjustd.com/). This bad boy is pre-loaded and ready to go. Kick off a new project with:
```bash
npx create-next-app@latest -e https://github.com/justdlabs/next.js project-name
```
### Remix
Remix caught your eye? Kick things off with the [Remix Starter Kit](https://justd-remix.netlify.app/), crafted by [José Miguel](https://github.com/m1guer). It’s like Next.js but with that Remix spin. Grab the repo here: [justdlabs/remix](https://github.com/justdlabs/remix). To get started, run the following command:
Remix caught your eye? Kick things off with the [Remix Starter Kit](https://remix.getjustd.com/), crafted by [José Miguel](https://github.com/m1guer). It’s like Next.js but with that Remix spin. Grab the repo here: [justdlabs/remix](https://github.com/justdlabs/remix). To get started, run the following command:
```bash
npx create-remix@latest --template justdlabs/remix
```
### Astro
This starter is already in production, and you can check it out [here](https://justd-astro.netlify.app/). The repository is available [here](https://github.com/justdlabs/astro). To get started, run the following command:
This starter is already in production, and you can check it out [here](https://astro.getjustd.com/). The repository is available [here](https://github.com/justdlabs/astro). To get started, run the following command:
```bash
npm create astro@latest -- --template justdlabs/astro
```
Expand Down

0 comments on commit 169ca7d

Please sign in to comment.