BerryGames main website.
-
Install Yarn or NodeJS.
-
Then run the following commands:
# Clone the project to download its contents
> cd projects/
> git clone https://github.com/onRuntime/berrygames-website.git
# Make Yarn install the project's dependencies into node_modules/
> cd berrygames-website/
> yarn add react-scripts
- Finally, setup your
.env
as the .env.example
# Startup the project
> yarn start