These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following software is required to be installed on your system:
We recommend using asdf version manager to install and manage all the programming languages' requirements.
Cloning the repository:
git clone git@github.com:cesium/hydrogen.git
cd hydrogen
git checkout develop
Installing prerequisites:
asdf install
Installing dependencies:
bun i
Finally, follow the exemplary .env.local.sample file to create your own .env.local.
Starting the development server.
bun dev
Lint your code.
bun lint
Format your code.
bun format
You can use these resources to learn more about the technologies this project uses.