Crack the puzzle get the word
- Rust toolchains (version >= 1.78.x)
- WSL2 (Windows Subsystem for Linux)
Only need if you use Windows OS
- Make (version >= 4.4.x)
- Wasm Pack Cli (version >= 0.12.x)
- Git (version >= 2.43.x)
- Docker (version >= 24.0.x)
- Node (version >= 20.14.x)
Only if you want to test
- Clone this repository
git clone https://github.com/afifurrohman-id/enku.git
- Go to project directory
cd enku
- Add sample image for local development
put the image in
assets
directory
image should meet following requirement:
- Valid png format
- 512x512 height and width
- Filename is
sample.png
- Run Server
make run
- Build app (debug)
make
- Build app (release)
make release
- Test (Unit Test)
make test