Run Frontend
Frontend/User end is built with GatsbyJS a React-based framework.
git clone https://github.com/team-embers/frontend-infinite-gaming.git
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
yarn
The command yarn installs all necessary dependencies you need to run our frontend gatsby app (you can also use npm install if youre using npm as your package manager).
Start frontend application
note: must create .env file and ask for env variables to devs assigned to the project.Run the development server:
cd <directory-frontend>
yarn develop
The cd
command changes the directory you're working with. In order to work with your newly cloned frontend project, you'll need to navigate the terminal there.
The yarn develop
command builds your website locally and serves it through a development server, ready for you to view at http://localhost:8000/.