Skip to content

e-picsa/docs

Repository files navigation

PICSA Apps Documentation

Prerequisites

  1. Download and install Git
    This will be used to download the repository

  2. Download and install Node version 16+ This is the programming language required to run the project

  3. Download and Install Yarn
    This manages all 3rd-party code dependencies

Getting Started

  • Clone repo
  • Install dependencies yarn install
  • Start app yarn start

Tech Stack

This project was generated using Next.js

Learn More

To learn more about Next.js, take a look at the following resources:

Scripts

yarn dev
yarn build
yarn spellcheck
yarn start