To run Simple Retro, you need to have Node.js in your machine. We recommend the usage of the Yarn package manager, so the instalation follows the yarn.lock lockfile.
- 🧹 Clone the repository
git clone [email protected]:simple-retro/frontend.git- 💻 Installing the dependencies
yarn install- 🔑 Preparing the enviroment
When building the application, the environment variables defined in the .env file will be used to replace all envs with their value in the bundled JavaScript files.
cp .env.example .envReplace all variables with the values that suit your need.
- 🏃♂️ Running
yarn dev --hostNow, access the address in your terminal 🔥
To deploy the Simple Retro, bundle all files with the following command:
yarn buildAll files will be available in the dist folder. When deploying, you need to return the index.html file to all requests that dont fit any existing files.
Distributed under the MIT License. See LICENSE for more information.