Get started
Installation and first run
You need to install NodeJS and PNPM.
$ npx create-fehujs-app
$ cd myapp # change with your project name
$ cp .env.example .env # don't forget to run `node jeran gen-secret-key` one day to generate your secret key
$ node jeran # start server
You can now navigate in the docs to learn how to use Fehu's features.