Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mon4ik/idkncc-old-w


https://github.com/mon4ik/idkncc-old-w

Last synced: 7 days ago
JSON representation

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
```