https://github.com/nitya/partykit-codespaces
Exploring PartyKit using GitHub Codespaces
https://github.com/nitya/partykit-codespaces
Last synced: 9 months ago
JSON representation
Exploring PartyKit using GitHub Codespaces
- Host: GitHub
- URL: https://github.com/nitya/partykit-codespaces
- Owner: nitya
- Created: 2023-09-27T02:56:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T03:07:19.000Z (about 2 years ago)
- Last Synced: 2025-02-09T06:14:16.430Z (11 months ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Codespaces ♥️ Next.js
Welcome to your shiny new Codespace running Next.js! We've got everything fired up and running for you to explore Next.js.
You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!
Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when you’re ready you can click "Publish Branch" and we’ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.
To run this application:
```
npm run dev
```