AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Implement initialization helper for boostrapping the application #134

Open nozomione opened 1 year ago

nozomione commented 1 year ago

Context

We must execute scripts to initialize some of the site features and contexts during the application bootstrapping process, and we'll need a way to manage them.

Problem or idea

We should implement an initialization helper in order to organize and handle those scripts to bootstrap our application.

Solution or next step

Create an initialization helper that runs all the required scripts during the bootstrapping process.