Skip to content

Open-Sourcery-UMD/website

Repository files navigation

Open Sourcery Website

The official website for Open Sourcery. Built using Next.js with Typescript and Tailwind

Getting Started

Requirements

  • Install Visual Studio Code for the coding environment
  • Install the VSCode extension ESLint for code styling, syntax checking, and finding problems
  • Install Node/npm for managing packages
    • Mac or Linux: Install Node: see here for downloadable installer.
    • Windows: Install nvm, node.js, and npm. Follow Steps 1 - 9 at the link to the left.

Running the Website Locally

npm i  # install dependencies
npm run dev  # run the website on localhost:3000

Deployment

The website is hosted using Vercel.

Locally test a build with:

npm run build # create the build in the .next/ directory
npm run start # run the build locally