Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

309 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDEI Workspaces Frontend User Interface

Look at the Nuxt 3 documentation to learn more.

Branch Index

  • develop merge your work here; keep this up to date with the "development" environment / dev tag
  • staging keep this up to date with the "staging" environment / stage tag
  • production keep this up to date with the "production" environment / prod tag

Dev Setup

By default, the .env.example and nuxt.config.ts nitro.devProxy is setup to proxy requests from your local machine to the dev server in the cloud. This is to address CORS issues, and not require a local dev server on your machine to run.

If you do want to setup a local dev server, you must edit the nitro.devProxy section in nuxt.config.ts. See lines 47-49.

# Copy `.env.example` to `.env` and adjust values as needed.
# Nuxt automatically loads .env files. No need to manually export these.
cp .env.example .env

# install deps (first time only)
npm install

# start dev server
npm run dev

Troubleshooting

If you run npm run dev and nothing happens, double check your .env file. Undefined environment variables are not handled gracefully right now.

About

The front-end UI for TDEI Workspaces. This is the main "user-facing" app of TDEI Workspaces.

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages