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

Skip to content

raipat/nc-frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextColony Frontend

Developing Locally

  1. Install XAMPP https://www.apachefriends.org
  2. Change document root in /xampp/apache/conf httpd.conf to point to this repo
  3. Example config:
DocumentRoot "F:/git/nextcolony-frontend"
<Directory "F:/git/nextcolony-frontend">
  1. Start XAMPP Control Panel
  2. Start Module Apache
  3. Open http://localhost in your browser
  4. Develop and don't forget to do "Empty Cachen and Hard Reload" to see changes.

If you start the frontend on localhost you will use the steemconnect app "nextcolony.test" which allows redirect to localhost and runs against our test server.

Test Deployment

With POST: http://140.82.34.132/deploy?sat=NCtest

With GET: http://140.82.34.132/realdeploy

Password: NCtest

Live Deployment

https://nextcolony.io/realdeploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.5%
  • PHP 32.8%
  • Hack 3.7%
  • HTML 2.3%
  • CSS 1.7%