Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 338 Bytes

sfd-website

Website for NOSK Software Freedom Day, featuring event details, schedules, open-source project exhibitions, and more.

Install all project dependencies

npm install

Start the development server and enable Tailwind CSS to watch for file changes

npm run dev

Before submitting PR remember to minify CSS

npm run prod