Skip to content

junkidesu/learning-junkie-web

Repository files navigation

Learning Junkie

This repository contains the source code for the Learning Junkie web application.

Technologies Used

Getting Started

Prerequisites

You can install and manage different versions of Node.js and npm with nvm.

Environment Variables

VITE_BACKEND_URL environment variable needs to be specified for the application to work. You can either supply them directly in the command line, or use a dotenv file. See .env.sample for an example.

REST API

The web application requires a REST API to connect to. Please see this repository to get started.

Start Development Server

At the root of the repository, run the following:

$ npm install
$ npm run dev

Contributors

Languages