Skip to content

deivit24/techpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue3 TypeScript Techpath

Techpath. This repo serves as a frontend to Techpath API.

Goal is to create a frontend where users can save tools and experience they have. This frontend will also serve a dashboard that shows users where they are now in their tech career, where they want to be, how to to get there, and what is the going salary.

Table of Contents

Features

UI Frameworks

Icons

Plugins

Coding Style

Dev Tools

Dev Setup

Install Node

First make sure you have Node version 16 or higher node -v

If it is lower than node 16 please follow the instructions below to install a newer version of node:

Please follow here to properly install NVM (Node Version Manager)

After have properly installed nvm run this command:

nvm install 19.3.0

then

nvm use 19.3.0

Install pnpm

npm install -g pnpm

Install packages

pnpm i

Start Dev Environment

pnpm run dev

Pushing to branch

Please make sure to run pnpm run build before pushing your branch to make sure your TS code changes passes the build.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published