Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzg/alt-codes
Little next.js web app that shows alt codes
https://github.com/itzg/alt-codes
Last synced: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T22:48:48.000Z (about 1 year ago)
- Last Synced: 2024-05-01T21:49:36.848Z (7 months ago)
- Language: JavaScript
- Homepage: https://alt-codes-sigma-topaz.now.sh
- Size: 677 KB
- Stars: 2
- 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