/skill-space-front

Front-end for the Skill Space platform

Primary LanguageJavaScript

SkillSpace Front

SkillSpace is a course platform built to create customizable courses and manage a community around it. This repository contains only the Frontend part of SkillSpace. It is necessary to execute SkillSpace API simultaneously to run SkillSpace's complete application.

⚙️ Installation

  • Install yarn package manager

🚀 How to use

  • run yarn install to install dependencies
  • Set the enviroment variables creating a .env file with the following keys:
REACT_APP_CRYPTO_KEY="skillspace"
  • run yarn start to start the project on port 3000

If the seed command was executed on the API, you can platform as an admin with the email admin@admin.com and password 123456

Deploy