Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joulev/ezkomment
Commenting made easy.
https://github.com/joulev/ezkomment
nextjs orbital-2022
Last synced: 3 months ago
JSON representation
Commenting made easy.
- Host: GitHub
- URL: https://github.com/joulev/ezkomment
- Owner: joulev
- License: mit
- Created: 2022-03-15T15:20:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T01:52:44.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:07:05.777Z (8 months ago)
- Topics: nextjs, orbital-2022
- Language: TypeScript
- Homepage: https://ezkomment.joulev.dev
- Size: 39.4 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## NUS Orbital 2022
If you came here looking for the source code submitted in NUS Orbital 2022, see [v1.0.0](https://github.com/joulev/ezkomment/releases/tag/v1.0.0). Since then the app has been effectively rewritten, so this repository's main branch is no longer considered part of Orbital 2022.
## Development
```sh
$ pnpm install # install dependencies
$ pnpm dev # start a development server at localhost:3000
$ pnpm build # build the app in production mode
$ pnpm start # start the app (after pnpm build) in production mode
```[See the development guide](CONTRIBUTING.md).
## Helpful links
- [Production deployment](https://ezkomment.joulev.dev)
- [Development deployment](https://ezkdev.joulev.dev)
- [Demo](https://demo.ezkomment.joulev.dev)
- [ezkomment is a NUS Orbital 2022 project](https://ezkomment.joulev.dev/orbital)