Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andresfernandez89/xlaunches-nextjs

SpaceX astronomical liftoffs
https://github.com/andresfernandez89/xlaunches-nextjs

nextjs shadcn-ui tailwindcss typescript

Last synced: 8 days ago
JSON representation

SpaceX astronomical liftoffs

Awesome Lists containing this project

README

        

# SPACEX LAUNCHES

This project is a Web Site about SpaceX astronomical liftoffs.

## Demo

https://xlaunches-nextjs.vercel.app/

## Tech Stack

Next JS, TypeScript, Tailwind, Shadcn.

## Run Locally

Clone the project

```bash
git clone https://github.com/andresfernandez89/xlaunches-nextjs.git
```

Go to the project directory

```bash
cd xlaunches-nextjs
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## Environment Variables

To run this project, you will need to add the following environment variables to your **`.env.local`** file:

`NEXT_PUBLIC_API_URI=https://api.spacexdata.com/v5/`

## 🔗 Links

[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/andresfernandez89/)