Coder Social home page Coder Social logo

zothacks-site-2023's Introduction

zothacks-site-2023

Overview

This monorepo uses turborepo with pnpm as a package manager. It contains the following:

apps/site

A Next.js 13 project that uses the new app router.

This app contains the ZotHacks site.

The development server runs at http://localhost:3000. If this port is taken, the next available port will be used.

apps/studio

A Sanity Studio project.

This app contains the dashboard used to view and edit content stored in Sanity.

The development server runs at http://localhost:3333. If this port is taken, the project will error.

Workspace Setup

This repo used pnpm, a space efficient replacement to npm. You can learn more about it's advantages at https://pnpm.io/.

Install pnpm with the following command, or use an alternative instalation method.

npm install -g pnpm

When running commands, use pnpm rather than npm.

Dependencies

Running the following command will install dependencies for all apps and packages regardless of where it's executed.

pnpm install

When installing a new dependency for an individual app or package, first navigate to the corresponding directory, then run the pnpm add command. Alternatively, use the filter flag: pnpm add <package name> --filter site.

If you want to install a package shared by multiple apps or packages, run the command at the project root. You'll have to use the -w flag (or --workspace-root) to confirm your intention.

Build

To build all apps and packages, run the following command in the project root.

pnpm build

To build an individual app or package, first navigate to the corresponding directory and run the build command.

Develop

To develop all apps and packages, run the following command in the project root.

pnpm dev

To develop an individual app or package, first navigate to the corresponding directory and run the dev command.

License

This repo is currently source available, but not licensed under an open source license. This may be subject to change in the future.

Copyright © 2023 Hack at UCI

zothacks-site-2023's People

Contributors

samderanova avatar tyleryy avatar alexanderl19 avatar waalbert avatar taesungh avatar njhuey avatar turbobot-temp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.