Git Product home page Git Product logo

freljord's Introduction

freljord

Personal site powered by Ryze


Quick start

Get ready

  • First and foremost, Ryze should be running in local

  • Packages are installed with either npm or yarn

$ npm install

or

$ yarn

Start development

  • Start a Node.js server with Webpack Middleware
$ yarn run start

Run production build

  • Build & bundle everything in the /dist/ directory & start server
$ make prod
  • If you don't have make utilities installed
$ yarn run build && yarn run prod

Deployment

  1. Build an image of docker
$ make
  1. Push image to remote docker image registry
// TODO: Create a repository
  1. Deploy with K8s
// TODO: with Docker & Kubernetes

Docs

  • conventions contains code conventions you need to know before developing

  • roadmap is a brief plan of the entire project

  • devlog records developing progress

  • traps might offer you some advice which helps avoid annoying things while developing

  • todos

Contributing

  • // TODO

Licenses

  • This project is under the MIT license. See LICENSE

freljord's People

Contributors

yuqingc avatar

Watchers

 avatar  avatar

freljord's Issues

[feature] blog edit page(private)

Is your feature request related to a problem? Please describe.
no

Describe the solution you'd like

  • blog edit page
    • preview & submit

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

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.