Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 936 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 936 Bytes

OSS logo OSS Workshop demo project

This is a demo project used for learning purposes, it is part of Open Source Software Institute workshop.

The application is based on a Next.js project.

Getting Started

Install all the dependencies and run the server

npm i

npm run dev

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

Stlying

For styling, repository is using Tailwind css. You can check global variables and colors definition in global.css, theme is defined in tailwind.config.ts.

Deployment

All pull requests are automatically deployed to https://workshop-24-3.onrender.com/.