npm install --save <library-name> Importing a Component This project setup supports ES6 modules thanks to Babel. While you can still use require() and module.exports, we encourage you to use import and export instead. For example: Button.js import React, { Component } from 'react'; clas...
I’m usingLutris, a gaming client for Linux, to script out all the steps needed to make games playable on Linux. If you’ve never used it before, I’d really recommend it for gaming on Linux in general. First things first, you’re going to have to download and install Lutris for yo...
installation here # this sets the Notes current directory properly Exec= sh -c 'cd ~/.wine/fake_windows/lotus/notes6 && wine nlnotes.exe' Type=Application # if you want to see all the "fixme" messages, add: # Terminal=True # if you want to have a custom icon, add: # Icon=your...