Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b00gizm/codenugget.co
The code which powers the upcoming version of https://codenugget.co
https://github.com/b00gizm/codenugget.co
Last synced: 3 days ago
JSON representation
The code which powers the upcoming version of https://codenugget.co
- Host: GitHub
- URL: https://github.com/b00gizm/codenugget.co
- Owner: b00giZm
- License: mit
- Created: 2020-06-22T11:29:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:00:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T22:41:45.342Z (over 1 year ago)
- Language: TypeScript
- Size: 3.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codenugget.co
The code which powers the upcoming version of [codenugget.co](https://codenugget.co).
## Getting Started
### Requirements
* `node` v12.16 or higher
* `npm` v6.14 or higher### Development Server
```
npm install
npm run dev
```This will start a development server at [http://localhost:8080](http://localhost:8080).
## Maintainer
Pascal Cremer
* Email: [[email protected]](mailto:[email protected])
* Twitter: [@b00gizm](https://twitter.com/b00gizm)
* Web: [https://codenugget.co](https://codenugget.co)