/ZombieNW-Blog

Source code for my personal blog.

Primary LanguageJavaScriptMIT LicenseMIT

ZombieNW's Blog

Source code for my personal blog.

Languages Platform License

Technologies Used

Setup and Deployment

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Build:
    npm run build
    
  4. The build directory is now your server.
  5. Create a .env file based on the example.env file and fill it out in your build directory.
  6. Start the server with node index.js

Development

To run the development server:

npm run dev

Contributing

Feel free to make a PR to contribute features.

License

MIT License. Please feel more than welcome to use this for your own blog. I will continue to update it as time goes on.