Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.39 KB

File metadata and controls

57 lines (36 loc) · 1.39 KB

HackJS

HackJS is a free programming challenge platform that is inspired by AdventJS.
It presents a space story full of new JavaScript programming challenges.

Report Bug · Request Feature

Important

Star Us, You will receive all release notifications from GitHub without any delay ~ ⭐️

⌨️ Local Development

You can use GitHub Codespaces for online development:

Open in GitHub Codespaces

Or clone it for local development:

git clone https://github.com/cesarleaz/hackjs.git
cd hackjs
# using npm
npm install
npm run dev
# or using pnpm
pnpm install
pnpm dev

🤝 Contributing

Contributions of all types are more than welcome; if you are interested in contributing code, feel free to check out our GitHub Issues to get stuck in to show us what you’re made of.


Copyright © 2024 César Leañez.
This project is Apache License 2.0 licensed.