Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andresfernandez89/xlaunches-nextjs
- Owner: andresfernandez89
- Created: 2024-04-09T20:46:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T15:23:40.000Z (8 months ago)
- Last Synced: 2024-11-06T17:57:20.468Z (about 2 months ago)
- Topics: nextjs, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://xlaunches-nextjs.vercel.app
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)