Skip to content

Latest commit

聽

History

History
67 lines (43 loc) 路 1.14 KB

File metadata and controls

67 lines (43 loc) 路 1.14 KB

馃殌 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

馃摜 Prerequisites

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.

馃敡 Setup

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.

馃敤 Development

Starting the development server.

bun dev

Lint your code.

bun lint

Format your code.

bun format

馃敆 References

You can use these resources to learn more about the technologies this project uses.