https://github.com/kevinadhiguna/nooto
A web app where you put Gists π
https://github.com/kevinadhiguna/nooto
code gist web-app
Last synced: 19 days ago
JSON representation
A web app where you put Gists π
- Host: GitHub
- URL: https://github.com/kevinadhiguna/nooto
- Owner: kevinadhiguna
- Created: 2021-02-19T15:09:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T07:36:58.000Z (over 3 years ago)
- Last Synced: 2025-02-28T23:22:01.515Z (over 1 year ago)
- Topics: code, gist, web-app
- Language: TypeScript
- Homepage:
- Size: 3.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
γγΌγ
A web app to save your amazing gists!
Explore the docs Β»
View Demo
Β·
Report Bug
Β·
Request a Feature
## π Demo
## π Getting Started
First, intsall dependencies :
```bash
npm install
```
or
```bash
yarn
```
Then run the development server:
```bash
npm run dev
```
or
```bash
yarn dev
```
(Optional) Disable sending telemetry with :
```bash
npx next telemetry disable
# or
yarn next telemetry disable
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
