Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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