Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmontes11/hashcode

Google hashcode code challenge by Los Almendros
https://github.com/mmontes11/hashcode

code-challenge google-hashcode javascript node

Last synced: about 1 month ago
JSON representation

Google hashcode code challenge by Los Almendros

Awesome Lists containing this project

README

        

# Hashcode

Google hashcode code challenge by `Los Almendros`.

### Installation

Install [node](https://nodejs.org/) and [nvm](https://github.com/nvm-sh/nvm). Afterwards run:

```
$ npm i
$ nvm install
$ nvm use
```

### Start

```
$ npm start
```

### Debug

```
$ npm run start:inspect
```

### Profile

```
$ npm run start:profile
```