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.