https://github.com/itzg/alt-codes
Little next.js web app that shows alt codes
https://github.com/itzg/alt-codes
Last synced: over 1 year ago
JSON representation
Little next.js web app that shows alt codes
- Host: GitHub
- URL: https://github.com/itzg/alt-codes
- Owner: itzg
- Created: 2019-11-10T17:48:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T22:48:48.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:25:29.956Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://alt-codes-sigma-topaz.now.sh
- Size: 677 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Try it out](https://alt-codes.itzgeoff.now.sh/)
## Running locally
```shell
npm run dev
```
## Deploying to ZEIT Now
Deployments can be [integrated with Git](https://zeit.co/docs/v2/git-integration/) or manually deployed using:
```shell
npm run deploy
```
## Tips for IntelliJ users
- After the first build, right click the `.next` directory and mark it as "Excluded" to avoid indexing on each rebuild