Skip to content

WitchImage/sirap-frontend

Repository files navigation

Getting Started

Requirements: Node.js 18

  1. Install yarn:
npm install -g yarn
  1. Install the dependencies:
yarn install
  1. Run development server:
yarn dev
  1. To add new packages (DO NOT USE NPM):
yarn add package-name --flags

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

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

Deploy on Vercel

url