Clone the repository to your local device and
- Install the node modules:
yarn install
- Copy and Configure the
src/utils/config.example
then rename it assrc/utils/config.ts
inside it, paste the following
export const config = {
baseUrl: "http://localhost:8080/",
};
- Start the server in developer mode:
yarn dev dev
The server should now run
Clone the repository to your local device and make sure you have BRA installed
- Install the Go Modules:
go mod download
-
Copy and Configure the
config/config.example
then rename it asconfig/config.json
. Fill the neccessary info. -
Copy and Configure the
.env.example
then rename it as.env
and fill the necessary information -
Start the server in developer mode:
bra run
The server should now run