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: 3 months ago
JSON representation
Google hashcode code challenge by Los Almendros
- Host: GitHub
- URL: https://github.com/mmontes11/hashcode
- Owner: mmontes11
- License: mit
- Created: 2020-02-19T19:07:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T20:25:08.000Z (8 months ago)
- Last Synced: 2025-03-25T21:21:44.246Z (3 months ago)
- Topics: code-challenge, google-hashcode, javascript, node
- Language: JavaScript
- Homepage:
- Size: 8.75 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```