Skip to content

cangkevin/SEAshows-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEAshows v2

production workflow

TypeScript NextJS TailwindCSS GitHub Actions

Local development

Install Node

It is recommended to install node via nvm.

Setup VSCode

It is recommended to use VSCode as the preferred editor for this project as there are a number of recommended extensions configured for this project to enhance the developer experience.

Setting up environment

Create an .env file that contains values for the appropriate environment variables. Reference the .env.example for the values required.

Then run the npm run dev command.

Misc TODOs