Skip to content

TripSit/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TripSit's Website

I. I. ## Table of Contents

---- TripSit's Website

---! Welcome to TripSit's Main Website, brought to you by THC.

This is a Next.js project bootstrapped with create-next-app.

Development - Getting Started

You have two options:

Codespace

The easiest way to get going is to create a codespace.

This will automatically set up a development environment for you, and you can start editing the code right away.

  1. Create codespace from the repo
  2. Run npm install to makes sure it installed properly ig, this was an issue when i tried, ill loop back eventually
  3. Run npm run .devif linux user or 'dev' if windows user to start the development server.
  4. Github will pop up with a thing you can click to be taken to the live site where you can see your changes.
  5. Develop and commit as normal, your changes should be refreshed automatically.

Local development

The preferred way to have full control (and perhaps more resources) is local development.

  1. Git clone the repo
  2. Install dependencies with npm install

[!WARNKNG] WINDOWS USERS MIGHT HAVE TO ADJUST DEPENDENCIES LOCALLY AS WITH TRY INSTALLING NVM THROUGH WINGET > IF PROBLEMS OCCUR


Then you have two choices:

Docker Deployment

The preferred way to deploy is with docker. This ensures that we're running on the same system with no conflicts.

  1. Run the npm run website command to build the docker image
  2. Run the npm run logs command to see the logs from the container
  3. Open http://localhost:3000 with your browser to see the result.

Local Deployment

If you cannot run docker for whatever reason, or you're in codespace.

  1. run the npm run .dev command
  2. Open http://localhost:3000 with your browser to see the result.

Warning

There is no support for this method, use a codespace before you use this method

But it worked on my system (tm) when im running on an ubuntu vps, so give it a shot. Also now works on windows as of 2/1/2025 on my machine (tm), if fails try WSL first before NVM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •