The official website for Open Sourcery. Built using Next.js with Typescript and Tailwind
- 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.
npm i # install dependencies
npm run dev # run the website on localhost:3000The 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