Skip to content

maricalmer/studio-stuckn

Repository files navigation

studiostuckn.com, a portfolio website to showcase fashion projects

Static website

Website developed with Javascript, React, Next.js, CSS and Tailwind. Assets are bundled with Webpack. Application is run on Netlify.

JavaScript React Next.js CSS Tailwind

JS Packages (non exhaustive)

threejs framer-motion

Run Locally

Clone the project

  git clone git@github.com:maricalmer/studio-stuckn my-project

Go to the project directory and remove git logs

  cd my-project
  rm -rf .git

Install dependencies

  bundle install
  yarn install

Make sure you have ./node_modules/.bin in your $PATH:

  echo $PATH
  # You should see `./node_modules/.bin` in the list

If it's not the case, add it:

  cd ~/code/dotfiles/<your_github_nickname>
  echo 'export PATH="./bin:./node_modules/.bin:${PATH}"' >> zshrc
  cd ~/code/<your_github_nickname>/my-project
  source ~/.zshrc

Start the server

  npm run dev
  # or
  yarn dev
  # or
  pnpm dev

Open http://localhost:3000 with your browser to see the result.

Visit the page!

studiostuckn.com

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published