Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VirtualPregnancy/pregnancy-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pregnancy App

Read the docs

Setup Project

With backend

  • Clone template to PC
git clone https://github.com/VirtualPregnancy/pregnancy-app.git
cd pregnancy-app
  • Setup frontend
    • Environment: node 16.14.0/16.16.0, yarn 1.22.19
    • Download node via nvm node manager
# install nodejs
nvm install 16.16.0
nvm alias default 16.16.0
nvm use
# check node version
node -v
# install yarn globally
cd frontend
npm install -g yarn

# install frontend dependencies
yarn
# run frontend
yarn dev
  • put your data into static folder, then you can the data file path into your frontend code directly.

Work with docs

You can write the docs with reStructuredText in .rst or markdownin .md format.

cd docs
# After you edit the docs, you want view it locally
# windows
./make html 
# mac or linux
# make html

# install this package if you haven't installed it before
# npm i live-server -g

cd build/html

live-server

Important documentation

Packages

No packages published

Languages

  • Vue 68.9%
  • JavaScript 22.8%
  • Python 6.8%
  • SCSS 1.2%
  • Other 0.3%