https://github.com/hildam/x-next
https://github.com/hildam/x-next
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hildam/x-next
- Owner: HildaM
- Created: 2024-05-22T02:28:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T09:32:50.000Z (about 1 year ago)
- Last Synced: 2025-01-13T18:39:57.893Z (5 months ago)
- Language: JavaScript
- Homepage: https://x-next-mygo.vercel.app
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-Next Website

## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.