···11+.Dd $Mdocdate$
22+.Dt MIRAKURUN 1
33+.Os
44+.Sh NAME
55+.Nm mirakurun
66+.Nd @DESCRIPTION@
77+.Sh SYNOPSIS
88+.Nm
99+.Bk -words
1010+.Op Ar command Op Ar args
1111+.Ek
1212+.Sh DESCRIPTION
1313+.Nm
1414+is a wrapper command for Mirakurun provided by Nix. It's actually a thin
1515+wrapper around the
1616+.Xr npm 1
1717+command line tool which you can use to invoke npm commands from the Mirakurun
1818+project directory. The command line arguments are simply passed as-is to
1919+.Xr npm 1 .
2020+.Pp
2121+On NixOS, it is strongly recommended that you enable the mirakurun module
2222+instead of invoking this command directly to launch Mirakurun. On other
2323+platforms, run
2424+.Pp
2525+.Dl $ mirakurun start
2626+.Pp
2727+to start Mirakurun.
2828+.Sh FILES
2929+.Bl -tag -width Ds -compact
3030+.It Pa /etc/mirakurun
3131+.Nm
3232+configuration directory.
3333+.El
3434+.Sh EXAMPLES
3535+Start Mirakurun.
3636+.Pp
3737+.Dl $ mirakurun start
3838+.Pp
3939+Start Mirakurun in development mode.
4040+.Pp
4141+.Dl $ mirakurun run debug
4242+.Pp
4343+.Sh SEE ALSO
4444+.Xr npm 1