https://github.com/sp12102001/network-me
Starting framework for a auth-included social media application
https://github.com/sp12102001/network-me
authentication social-media social-network
Last synced: 2 months ago
JSON representation
Starting framework for a auth-included social media application
- Host: GitHub
- URL: https://github.com/sp12102001/network-me
- Owner: sp12102001
- Created: 2024-04-30T11:27:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T17:57:09.000Z (about 2 years ago)
- Last Synced: 2025-03-22T02:23:08.085Z (over 1 year ago)
- Topics: authentication, social-media, social-network
- Language: TypeScript
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Documentation
## Installation
> ⚠️ **Important**
Make sure the following tools are installed on your computer



```bash
$ pnpm run init
```
## Development
```bash
$ pnpm run dev
```
[View your application in your browser](http://localhost:8099)
## Production
```bash
$ pnpm run build
$ pnpm run start
```