Skip to content

brimblehq/atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Brimble logo

tech stack github discussion

Brimble โšก

Deployment made easy

  • ๐Ÿ“ฆ Instant and Optimized Build
  • โšก๏ธ Lightning Fast Possible Web Frontends
  • ๐Ÿ› ๏ธ Rich Features
  • ๐Ÿ”‘ Preview Mode Activated
  • ๐Ÿ’„ Easy UX Workflows
  • ๐Ÿ’ก Modern-Day Magic
  • ๐Ÿ“ˆ Analytics

Brimble is a platform as a service that simplifies the deployment of a web application. It allows you to ship modern web applications at ease and fast. It's best for frontend frameworks, jamstack and static sites.

We make it easy for developers to focus on what matters and leave Brimble to handle the server infrastructures, where simplicity and efficiency is the default.

Want to Contribute?

Installation

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install dependencies with yarn install
  3. You can look at the packages directory and find the api and client directory.
  4. Create a new file .env inside of the client directory. If it doesn't exist, then copy the contents of .env.example into it to be able to run the client on a development environment.
  5. Do the same for api create a .env inside of the api directory. If it doesn't exist, then copy the contents of .env.example into it to be able to run the server on a development environment.

Running the server locally

  1. Startup the server - Run yarn start | yarn dev

  2. This will run the api and the client on http://localhost:9999 and http://localhost:8080 respectively.

Happy hacking ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป.

License

Apache-2.0