a small website made with next.js specially for teachers day!! if you're a student like me, feel free to contribute to the website (see CONTRIBUTING.md)
In case this is your first time using next.js, don't worry! its not hard. check out docs at https://nextjs.org/docs. now here's a simple guide on how to start a local development server, which is bascially a live preview of whatever you're making. you'll need to have node/npm installed. (and git)
if you somehow can't use it, (it has occured), you can use codespcaes instead, simply go to
<> codeand codespaces to open one.
-
clone the repo: basically you get it on your local machine one way or another
-
install packages: run
npm installand you should see a new folder callednode_modules -
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.
This website is hosted on nest! Great thanks to Hack Club! (psst this is a signature wall, add yours!)