Skip to content

athenarc/schema-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

Deploy on a local environment

  1. Clone repository to your environment

    git clone https://github.com/athenarc/schema-lab.git
    
  2. Navigate inside the code directory

    cd schema-lab/schema-lab
    
  3. Install external packages

    npm install
    
  4. Conigure application by creating a .env file. You may use the provided .env.template file and change the values as needed.

    cp .env.template .env
    vim .env
    
  5. When done, you may start the development server

    npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published