Giter Site home page Giter Site logo

alanjyu.com's Introduction

This repository stores and serves my personal website at alanjyu.com. The source code, used for development, is stored in src/, and the compiled code, used to display the web page, is stored in docs/. I will provide snippets later so that you won't have to download the whole repository just for a feature.

Compatibility

The website is built with native HTML, CSS, and Javascript, and supports all major browsers based on Chromium (Chrome, Edge, etc.), WebKit (Safari) and moz (Firefox).

Dependencies

Using Parcel

Parcel is a compiler that takes all of your files and dependencies, transforms them, and merges them together into a smaller set of output files that can serve as a web page.

The install Parcel, use npm install -D parcel@next.

The following three commands, stored in package.json, are set up of develeopment, production and release:

  • npm run dev is useful for development. It serves live page on localhost.
  • npm run build is used for debugging and local testing. It complies the source code to docs/ with local hyperlink references.
  • npm run publish is for the final release. It complies the source code to docs/ but with absolute hyperlink references ("https://alanjyu.com/...").

Note that the compiled CSS and JS file in docs/ aren't subject to be overwritten. You need to clean them manually.

License

This project is licensed under the terms of MIT License.

alanjyu.com's People

Contributors

alanjyu 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.