https://github.com/hoonapps/markdown-editor
This is a simple NextJS frontend service with WebSocket integration.
https://github.com/hoonapps/markdown-editor
Last synced: about 1 year ago
JSON representation
This is a simple NextJS frontend service with WebSocket integration.
- Host: GitHub
- URL: https://github.com/hoonapps/markdown-editor
- Owner: hoonapps
- Created: 2024-11-26T14:21:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T15:06:21.000Z (over 1 year ago)
- Last Synced: 2025-02-10T06:43:39.136Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/hoonapps/markdown-collab
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Project
This is a simple Next.js application.
## Installation
1. Clone the repository:
```bash
git clone
cd
```
2. Install dependencies:
```bash
npm install
```
3. Run the development server:
```bash
npm run dev
```
4. Open your browser at `http://localhost:3001`.
## Build
To build the project for production:
```bash
npm run build
```
To start the production server:
```bash
npm run start
```