Skip to content

Latest commit

Β 

History

History
46 lines (27 loc) Β· 858 Bytes

File metadata and controls

46 lines (27 loc) Β· 858 Bytes

All Things Web dot Dev


πŸ‘·β€β™€οΈ Working on the project

πŸ“‹ Requirements

  • Bun
  • git

Requirements are checked int the make install but you can run make check-dependencies

πŸ“ Directories

  • app: the Next.js web application
  • atw-cli: the CLI tool

πŸ› οΈ Installation

To ease the DX on the project, you don't necessarly have to know about Bun or other command, instead we provide a Makefile that simplify it for you.

make install

This is going to install everything for you.

πŸ”€ Environment variables

You need to cp app/example.env to app/.env.local.

πŸƒβ€β™‚οΈ Running

make serve

🀝 Contributing

Before any Pull Request please make sure to:

  • make fmt to apply the coding standards
  • make check to check for issues

this is enforced in the CI