- Fork this repo
- Clone your new fork on VSCode
- Open your terminal in VSCode. Press
Cmd +
` - 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
- Install the project's dependencies. Run
npm install
- 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
.