Some notes and code about CWorld learning Database.
Click the button to clone this repository and deploy it on Vercel:
Environment requirements:
- Node.js 16.14.0+
- bun/pnpm/yarn/npm
git clone https://github.com/cworld1/db-learning.git
cd ds-learning
bun install
bun run dev
Then, visit localhost:3000
.
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
bun run start
Starts the development server.
bun run build
Bundles your website into static files for production.
As the author is only a beginner in learning Data Analysis, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.
Some of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.
This project is licensed under the GPL 3.0 License.
This documention is admitted by Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
Note This website is built using Nextra, a modern static website generator.