Git Product home page Git Product logo

g0v_landing-page's Introduction

g0v.tw

This is the repository for the website https://g0v.tw.

Discuss here: https://g0v.hackmd.io/7LBPpu4FQAi7B3343Vb69Q

How to Build / 怎麼把它 Build 起來

To startup the dev server, you will need NodeJS and NPM. Check nodejs.org for more information.

After Nodejs is installed, run following commands:

npm install
npm start

Which installs required packages and start the server for you at http://localhost:4000.

How to Edit / 如何編輯

g0v.tw is developed with Pug, livescript and Stylus as HTML/JS/CSS counterpart. Codes are built automatically on changing by @zbryikt/template, a simple frontend server.

The folder structure basically follows @zbryikt/template and the location for source files and resource files:

  • web - all frontend stuff
    • config.json - server configuration
    • locales - i18n resources
    • src - source files
      • pug - all pug files
      • ls - all livescript files
      • stylus - all stylus files
    • static - generated / assets files
      • assets - images and libraries
        • img - image files go here

How to Deploy / 怎麼發佈更新

Push web/static to gh-pages by following commands:

npm run build
npm start
./deploy

LICENSE

MIT License

g0v_landing-page's People

Contributors

zbryikt avatar seangau avatar naokii-i avatar kaizumaki avatar osoken avatar kevinjcliao avatar takafumikobayashi avatar jqinglong avatar b3ssle avatar chihaoyo avatar devadvocado avatar ronnywang avatar sonya avatar tomtseng avatar pichuchen avatar assanges avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.