* Settings view is no longer the card creation view * Add icons for the two settings options |
||
---|---|---|
.husky | ||
.storybook | ||
public | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
Study Card Tool
A handy tool for vocabulay study and learning through repetition.
License
GNU Affero General Public License version 3.0: https://www.gnu.org/licenses/agpl-3.0.en.html
Development requirements
- node 14 or later: https://nodejs.org/en/
- yarn 1.22 or later: https://yarnpkg.com/
Running a develpoment environment
- Clone repository:
git clone https://git.studycardtool.org/studycardtool/app.git studycardtool
- Enter local repository folder:
cd studycardtool
- Install dependencies:
yarn
- Run development mode:
yarn start
Deploying your own
It should be possible to host studycardtool in any static file server.
- Run
yarn build
to generate a build folder - Deploy contents of
build
folder onto a static server
If you need further advice you could can check the "start a website" tutorial at https://landchad.net/
Contributing
Register onto this gitea service either through a local account or a federated account. Bug reports, comments, design ideas and code contributions are welcome.
Ideally this project will stay a small tool focused on a single purpose.