Welcome to PuckNotes, the all-in-one note sharing app for all RPI students! Collaborate on crib-sheets, share lecture notes, and more. When it comes to studying for exams, we say:
Why not share the notes?
[!WARNING] Docker Installation Currently, using Docker with PuckNotes is deprecated. Use it at your own risk!
To begin local development, here is all you need to do:
git clone https://github.com/MeiH10/SDD.git
)example.env
, and name that copy .env
..env
file on how to configure your PuckNotes instance.To start up the back-end server for local development, enter the server
folder, and start up the maven project:
cd server
./mvnw spring-boot:run
Or, if you have task
, just run task backend
to boot up the task server.
To start up the front-end server for local development, enter the client
folder, and start up the maven project:
cd client
npm run dev
Again, you can just run task frontend
if you have task
.
For more information about this site, look no further: