Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

csesoc/csesoc-website

 
 

Repository files navigation

This repository contains the code for a redesigned CSESoc website. The current website can be found atcsesoc.unsw.edu.au.

How to run locally (without Docker, development mode)

Running the frontend

  1. Navigate to thefrontend directory withcd frontend.

  2. Create a.env file in thefrontend directory with the following content:

    NEXT_PUBLIC_BACKEND_HOST=localhostNEXT_PUBLIC_BACKEND_PORT=9000

    This is necessary for the frontend to communicate with the backend.

  3. Install dependencies withnpm install if you haven't already.

  4. Run usingnpm run dev, changes will be reflected live.

Seepackage.json for further commands to lint, build, etc.

Running the backend

  1. Navigate to thebackend directory withcd backend.

  2. Install dependencies withnpm install if you haven't already.

  3. Run usingnpm run dev, changes will be reflected live.

How to run locally (with Docker, production mode)

Make sure you haveDocker installed.

  1. Rundocker compose build in the root directory, this will build the frontend and backend services in production mode, meaning live changes will not be reflected. In the future, you will only need to run eitherdocker compose build frontend ordocker compose build backend if you have only made changes to the frontend or backend respectively.

  2. Rundocker compose up (ordocker compose up -d to run in the background) in the root directory, this will start the frontend and backend services.

  3. Rundocker compose down to stop the services.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors13

Languages


[8]ページ先頭

©2009-2025 Movatter.jp