The Atoms is a learning platform that helps users learn a new topic with the help of LLMs.
- Next.js
- Vercel AI SDK
- Tailwind CSS
To install the Atoms, you need to have Node.js installed on your machine. You can download Node.js from the official website.
After you have installed Node.js, you can install the Atoms by running the following command in your terminal:
npm installCreate a .env.local file in the root directory of the project and add the
environment variables from the .env.example file.
Warning: Do not store your variables in the
.env.examplefile. This file is only for reference.
Then, you can start the development server by running the following command:
npm run devRead our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Atoms.
