Skip to content

byte-crafters/nimbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example workflow

Nimbus - new generation of data cloud storage

Commit naming convention - conventional commits

How to run it?

Prerequisites

  • make installed
  • docker installed
# Install all dependencies
make update
# Start all services for local development
make nimbus

Note: before running make nimbus make sure you have environment variable NIMBUS_DEV_ENV_OS exported. Only values win, linux make sense.

Example: Linux

To run services on Linux:

make nimbus
# Start backend locally
make be
# Start frontend locally
make fe	

Example: Windows

To run services on Windows

set NIMBUS_DEV_ENV_OS="win" && make nimbus
make be
make fe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published