Skip to content

lingzizheng/practice-repo-

Repository files navigation

Practice Repo

Steps to run this repo locally

  1. Fork this repo
  2. Clone your new fork on VSCode
  3. Open your terminal in VSCode. Press Cmd + `
  4. If the terminal is not currently at the working directory, (check using pwd), change directory to the working directory. For example: cd dev/practice-repo
  5. Install the project's dependencies. Run
npm install
  1. Test the project. Run
npm run dev

And navigate to http://localhost:3000 in your browser. You should see a Hello World message and no errors.

At this point you have Next.js working environment with tailwindcss and the Reservoir Tailwind plugin @ramosdiego/reservoir which includes the Figma styles as tailwind classes. Examples: reservoir-subtitle, reservoir-h1.

Releases

No releases published

Packages

No packages published