Skip to content

Fustigate8933/hankai-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloning the repo

this repo contains submodules and as such, the --recursive flag should be used. for details with git submodules, refer to [https://www.git-scm.com/book/en/v2/Git-Tools-Submodules]

git clone --recursive

or

git clone
# incase the remote submodule uri has changed
git submodule sync --recursive
# normally:
git submodule update --init --recursive

Dependencies

  • npm

How to use

Frontend

Setup

npm install

Hot-Reload development version

npm run dev

Compiled and minimized for production

npm run build

Backend

Setup

npm install

Hot-Reload development version

npm start

Compiled and minimized for production

nope, not implemented yet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages