Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mon4ik/idkncc-old-w
https://github.com/mon4ik/idkncc-old-w
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mon4ik/idkncc-old-w
- Owner: Mon4ik
- Created: 2023-02-17T18:02:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-05T18:28:00.000Z (over 1 year ago)
- Last Synced: 2024-10-10T11:24:42.755Z (28 days ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [idkncc](https://idkncc.ru)
my website## Building
### L (old)
```shell
# in this example, im using yarn
yarn # install deps
yarn build # build next app
yarn start # run server
```
### W (docker)
```shell
docker build .
docker run -d -p 3000:3000 idkncc
```